C# 클래스 Opc.Ua.AuditEventState

파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ISystemContext context, NodeState source, EventSeverity severity, Opc.Ua.LocalizedText message, bool status, System.DateTime actionTimestamp ) : void

Initializes a new event.

메소드 상세

Initialize() 공개 메소드

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.
리턴 void