ProgressEvents are Events of ProgressEventType that are generated to identify the progress of an operation.An operation can be a service call or something application specific like a program execution
Visual Basic (Declaration) | |
---|---|
Protected Sub ReportProgressEvent( _ ByVal source As NodeState, _ ByVal progress As UShort, _ ByVal severity As EventSeverity, _ ByVal info As LocalizedText _ ) |
C# | |
---|---|
protected void ReportProgressEvent( NodeState source, ushort progress, EventSeverity severity, LocalizedText info ) |
Parameters
- source
- The source node of the event or null if not releated to a particular node.
- progress
- The percentage completed of the progress. The value shall be between 0 and 100, where 100 identifies that the operation has been finished.
- severity
- Te event severity
- info
- The description of the event
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family