Build 1.01.318.0

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

The OperationContext type exposes the following members.

Constructors

  NameDescription
Public methodOperationContext(IMonitoredItem)
Initializes the context with a monitored item.
Public methodOperationContext(RequestHeader, RequestType)
Initializes the context with a session.
Public methodOperationContext(Session, DiagnosticsMasks)
Initializes the context with a session.
Public methodOperationContext(RequestHeader, RequestType, Session)
Initializes the context with a session.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetStatusCode
Updates the status code (thread safe).
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAuditEntryId
The audit log entry id provided by the client which must be included in an audit events generated by the server.
Public propertyChannelContext
The context for the secure channel used to send the request.
Public propertyClientHandle
The handle assigned by the client to the request.
Public propertyDiagnosticsMask
The diagnostics mask specified with the request.
Public propertyOperationDeadline
When the request times out.
Public propertyOperationStatus
The current status of the request (used to check for timeouts/client cancel requests).
Public propertyPreferredLocales
The locales to use for the operation.
Public propertyRequestId
A unique identifier assigned to the request by the server.
Public propertyRequestType
The type of request.
Public propertySecurityPolicyUri
The security policy used for the secure channel.
Public propertySession
The session associated with the context.
Public propertySessionId
The identifier for the session (null if multiple sessions are associated with the operation).
Public propertyStringTable
A table of diagnostics strings to return in the response.
Public propertyUserIdentity
The identity context to use when processing the request.

See Also