Syntax

C#
public interface IThreadScopeInfo

The type exposes the following members.

Public Methods

  NameDescription
Public methodGetRegisteredScope
Gets the registered scope.
Public methodRegisterScope
Registers the scope.
Public methodUnRegisterScope
Unregister the scope.

Public Properties

  NameDescription
Public propertyCurrentStack
Gets the current stack.
Public propertyHasInitializedScope
Gets a value indicating whether this instance has initialized scope.

See Also