uaPLUS Reference
ReportProgressEvent Method
See Also  Send Feedback
Advosol.uaPLUS Namespace > BaseNodeManager Class : ReportProgressEvent Method

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

Glossary Item Box

Send a Progress event type to the clients with a subscription that monitores this event type.
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

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.