Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ServerSystemContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ServerSystemContext(IServerInternal) |
Initializes a new instance of the SystemContext class.
| |
| ServerSystemContext(IServerInternal, OperationContext) |
Initializes a new instance of the SystemContext class.
| |
| ServerSystemContext(IServerInternal, Session) |
Initializes a new instance of the SystemContext class.
|
Methods
| Name | Description | |
|---|---|---|
| Copy()()()() |
Creates a copy of the context that can be used with the specified operation context.
| |
| Copy(IOperationContext) |
Creates a copy of the context that can be used with the specified operation context.
(Inherited from SystemContext.) | |
| Copy(OperationContext) |
Creates a copy of the context that can be used with the specified operation context.
| |
| Copy(ServerSystemContext) |
Creates a copy of the context that can be used with the specified session.
| |
| Copy(Session) |
Creates a copy of the context that can be used with the specified session.
| |
| 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.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AuditEntryId |
The audit log entry associated with the operation (null if not available).
(Inherited from SystemContext.) | |
| DiagnosticsMask |
The diagnostics mask associated with the operation.
(Inherited from SystemContext.) | |
| EncodeableFactory |
A factory that can be used to create encodeable types.
(Inherited from SystemContext.) | |
| NamespaceUris |
The table of namespace uris to use when accessing the system.
(Inherited from SystemContext.) | |
| NodeIdFactory |
A factory that can be used to create node ids.
(Inherited from SystemContext.) | |
| OperationContext |
The operation context associated with system context.
| |
| OperationDeadline |
When the operation will be abandoned if it has not completed.
(Inherited from SystemContext.) | |
| OperationStatus |
The current status of the operation.
(Inherited from SystemContext.) | |
| PreferredLocales |
The locales to use if available.
(Inherited from SystemContext.) | |
| ServerUris |
The table of server uris to use when accessing the system.
(Inherited from SystemContext.) | |
| SessionId |
The identifier for the session (null if multiple sessions are associated with the operation).
(Inherited from SystemContext.) | |
| StringTable |
The table of strings associated with the operation.
(Inherited from SystemContext.) | |
| SystemHandle |
An application defined handle for the system.
(Inherited from SystemContext.) | |
| TypeTable |
A table containing the types that are to be used when accessing the system.
(Inherited from SystemContext.) | |
| UserIdentity |
The identity of the user.
(Inherited from SystemContext.) |