Build 1.01.318.0

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

The ServerSystemContext type exposes the following members.

Constructors

  NameDescription
Public methodServerSystemContext(IServerInternal)
Initializes a new instance of the SystemContext class.
Public methodServerSystemContext(IServerInternal, OperationContext)
Initializes a new instance of the SystemContext class.
Public methodServerSystemContext(IServerInternal, Session)
Initializes a new instance of the SystemContext class.

Methods

  NameDescription
Public methodCopy()()()()
Creates a copy of the context that can be used with the specified operation context.
Public methodCopy(IOperationContext)
Creates a copy of the context that can be used with the specified operation context.
(Inherited from SystemContext.)
Public methodCopy(OperationContext)
Creates a copy of the context that can be used with the specified operation context.
Public methodCopy(ServerSystemContext)
Creates a copy of the context that can be used with the specified session.
Public methodCopy(Session)
Creates a copy of the context that can be used with the specified session.
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAuditEntryId
The audit log entry associated with the operation (null if not available).
(Inherited from SystemContext.)
Public propertyDiagnosticsMask
The diagnostics mask associated with the operation.
(Inherited from SystemContext.)
Public propertyEncodeableFactory
A factory that can be used to create encodeable types.
(Inherited from SystemContext.)
Public propertyNamespaceUris
The table of namespace uris to use when accessing the system.
(Inherited from SystemContext.)
Public propertyNodeIdFactory
A factory that can be used to create node ids.
(Inherited from SystemContext.)
Public propertyOperationContext
The operation context associated with system context.
Public propertyOperationDeadline
When the operation will be abandoned if it has not completed.
(Inherited from SystemContext.)
Public propertyOperationStatus
The current status of the operation.
(Inherited from SystemContext.)
Public propertyPreferredLocales
The locales to use if available.
(Inherited from SystemContext.)
Public propertyServerUris
The table of server uris to use when accessing the system.
(Inherited from SystemContext.)
Public propertySessionId
The identifier for the session (null if multiple sessions are associated with the operation).
(Inherited from SystemContext.)
Public propertyStringTable
The table of strings associated with the operation.
(Inherited from SystemContext.)
Public propertySystemHandle
An application defined handle for the system.
(Inherited from SystemContext.)
Public propertyTypeTable
A table containing the types that are to be used when accessing the system.
(Inherited from SystemContext.)
Public propertyUserIdentity
The identity of the user.
(Inherited from SystemContext.)

See Also