Build 1.01.318.0

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

The SessionManager type exposes the following members.

Constructors

  NameDescription
Public methodSessionManager
Initializes the manager with its configuration.

Methods

  NameDescription
Public methodActivateSession
Activates an existing session
Public methodCloseSession
Closes the specifed session.
Protected methodCreateSession(OperationContext, IServerInternal, X509Certificate2, NodeId, array<Byte>[]()[][], String, ApplicationDescription, String, X509Certificate2, Double, UInt32, Int32, Int32)
Creates a new instance of a session.
Public methodCreateSession(OperationContext, X509Certificate2, String, array<Byte>[]()[][], ApplicationDescription, String, X509Certificate2, Double, UInt32, NodeId%, NodeId%, array<Byte>[]()[][]%, Double%)
Creates a new session.
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSessions
Returns all of the sessions known to the session manager.
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.)
Protected methodRaiseSessionEvent
Raises an event related to a session.
Public methodShutdown
Stops the session manager and closes all sessions.
Public methodStartup
Starts the session manager.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidateRequest
Validates request header and returns a request context.

Events

See Also