MultithreadedCallerContextService Properties

The MultithreadedCallerContextService type exposes the following members.

Properties
  NameDescription
Public propertyCurrentContext
Gets an object representing the current caller context.
(Inherited from CallerContextService.)
Public propertyCurrentWindowsIdentity
Gets the WindowsIdentity associated with the caller.
(Inherited from CallerContextService.)
Public propertyIsMultithreaded
Gets a value indicating whether the service supports different callers between threads.
(Overrides CallerContextServiceIsMultithreaded.)
Protected propertyStoredContext
Gets or sets the context that is actually stored by a derived class.
(Overrides CallerContextServiceStoredContext.)
Public propertyWillCreatedContextBeThreadAgnostic
Gets a value indicating whether a caller context created on the current thread will be thread-agnostic.
(Inherited from CallerContextService.)
Top
See Also