C# Class Opc.Ua.SessionClient

Inheritance: ClientBase
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary

Méthodes publiques

Méthode Description
SessionCreated ( Opc.Ua.NodeId sessionId, Opc.Ua.NodeId sessionCookie ) : void

Called when a new session is created.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

An overrideable version of the Dispose.

Method Details

Dispose() protected méthode

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

SessionCreated() public méthode

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