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

source
The source node of the event or null if not releated to a particular node.
clientUserId
The identification of the client that caused this event.
severity
Te event severity
info
The description of the event

Glossary Item Box

Send a Audit event type to the clients with a subscription that monitores this event type.
AuditEvents are Events of AuditEventType that are generated as a result of an action taken on the Server by a Client of the Server. For example, in response to a Client issuing a write to a Variable, the Server would generate an AuditEvent describing the Variable as the source and the user and Client session as the initiators of the Event.

Syntax

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

Parameters

source
The source node of the event or null if not releated to a particular node.
clientUserId
The identification of the client that caused this event.
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.