C# 클래스 Opc.Ua.SessionClient

상속: ClientBase
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
SessionCreated ( Opc.Ua.NodeId sessionId, Opc.Ua.NodeId sessionCookie ) : void

Called when a new session is created.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

메소드 상세

Dispose() 보호된 메소드

An overrideable version of the Dispose.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

SessionCreated() 공개 메소드

Called when a new session is created.
public SessionCreated ( Opc.Ua.NodeId sessionId, Opc.Ua.NodeId sessionCookie ) : void
sessionId Opc.Ua.NodeId The session id.
sessionCookie Opc.Ua.NodeId The session cookie.
리턴 void