C# Class Opc.Ua.SessionClient

Inheritance: ClientBase
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary

Public Methods

Method Description
SessionCreated ( Opc.Ua.NodeId sessionId, Opc.Ua.NodeId sessionCookie ) : void

Called when a new session is created.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() protected method

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.
return void

SessionCreated() public method

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.
return void