C# Class Opc.Ua.AuditEventState

Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat void