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.
| 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
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family