OpcOperationContext Members

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcOperationContext type exposes the following members.

ClientID

C#

public long ClientID { get; }


Property Value

Int64

Endpoint

C#

public OpcEndpointIdentity Endpoint { get; }


Property Value

OpcEndpointIdentity

OperationDeadline

C#

public DateTime OperationDeadline { get; }


Property Value

DateTime

OperationStatus

C#

public OpcStatus OperationStatus { get; }


Property Value

OpcStatus

PreferredLocales

Gets a collection of preferred locales (see CultureInfo.Name) to use to localize data and information.

C#

public override OpcLocaleCollection PreferredLocales { get; }


Property Value

OpcLocaleCollection

An instance of the OpcLocaleCollection class with CultureInfo.Names of the cultures to use to localize data and information in order of this OpcOperationContext.

RequestId

C#

public long RequestId { get; }


Property Value

Int64

RequestType

C#

public OpcRequestType RequestType { get; }


Property Value

OpcRequestType

Session

C#

public OpcSession Session { get; }


Property Value

OpcSession

SessionId

C#

public override OpcNodeId SessionId { get; }


Property Value

OpcNodeId

Socket

C#

public OpcSocketIdentity Socket { get; }


Property Value

OpcSocketIdentity