Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Stores information used while a thread is completing an operation on behalf of a client.

Namespace: Opc.Ua.Server
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public class OperationContext : IOperationContext
Visual Basic
Public Class OperationContext _
	Implements IOperationContext
Visual C++
public ref class OperationContext : IOperationContext

Inheritance Hierarchy

System..::..Object
  Opc.Ua.Server..::..OperationContext

See Also