Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The OperationContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| OperationContext(IMonitoredItem) |
Initializes the context with a monitored item.
| |
| OperationContext(RequestHeader, RequestType) |
Initializes the context with a session.
| |
| OperationContext(Session, DiagnosticsMasks) |
Initializes the context with a session.
| |
| OperationContext(RequestHeader, RequestType, Session) |
Initializes the context with a session.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| SetStatusCode |
Updates the status code (thread safe).
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AuditEntryId |
The audit log entry id provided by the client which must be included in an audit events generated by the server.
| |
| ChannelContext |
The context for the secure channel used to send the request.
| |
| ClientHandle |
The handle assigned by the client to the request.
| |
| DiagnosticsMask |
The diagnostics mask specified with the request.
| |
| OperationDeadline |
When the request times out.
| |
| OperationStatus |
The current status of the request (used to check for timeouts/client cancel requests).
| |
| PreferredLocales |
The locales to use for the operation.
| |
| RequestId |
A unique identifier assigned to the request by the server.
| |
| RequestType |
The type of request.
| |
| SecurityPolicyUri |
The security policy used for the secure channel.
| |
| Session |
The session associated with the context.
| |
| SessionId |
The identifier for the session (null if multiple sessions are associated with the operation).
| |
| StringTable |
A table of diagnostics strings to return in the response.
| |
| UserIdentity |
The identity context to use when processing the request.
|