Opc.Ua.Core
SessionId Property (IOperationContext)



Opc.Ua Namespace > IOperationContext Interface : SessionId Property
The identifier for the session (null if multiple sessions are associated with the operation).
Syntax
'Declaration
 
ReadOnly Property SessionId As NodeId
'Usage
 
Dim instance As IOperationContext
Dim value As NodeId
 
value = instance.SessionId
NodeId SessionId {get;}
property NodeId^ SessionId {
   NodeId^ get();
}

Property Value

The session identifier.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IOperationContext Interface
IOperationContext Members