C# Class Opc.Ua.AuditEventState

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
Initialize ( ISystemContext context, NodeState source, EventSeverity severity, Opc.Ua.LocalizedText message, bool status, System.DateTime actionTimestamp ) : void

Initializes a new event.

Method Details

Initialize() public method

Initializes a new event.
public Initialize ( ISystemContext context, NodeState source, EventSeverity severity, Opc.Ua.LocalizedText message, bool status, System.DateTime actionTimestamp ) : void
context ISystemContext The current system context.
source NodeState The source of the event.
severity EventSeverity The severity for the event.
message Opc.Ua.LocalizedText The default message.
status bool Whether the operation that caused the event succeeded.
actionTimestamp System.DateTime When the operation started.
return void