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

source
The source node of the event or null if not releated to a particular node.
severity
Te event severity
info
The description of the event

Glossary Item Box

Send a System event type to the clients with a subscription that monitores this event type.
SystemEvents are Events of SystemEventType that are generated as a result of some Event that occurs within the Server or by a system that the Server is representing.

Syntax

Visual Basic (Declaration) 
Protected Sub ReportSystemEvent( _
   ByVal source As NodeState, _
   ByVal severity As EventSeverity, _
   ByVal info As LocalizedText _
) 
C# 
protected void ReportSystemEvent( 
   NodeState source,
   EventSeverity severity,
   LocalizedText info
)

Parameters

source
The source node of the event or null if not releated to a particular node.
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.