Syntax
| C# |
|---|
public interface IThreadScopeInfo |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| GetRegisteredScope |
Gets the registered scope.
| |
| RegisterScope |
Registers the scope.
| |
| UnRegisterScope |
Unregister the scope.
|
Public Properties
| Name | Description | |
|---|---|---|
| CurrentStack |
Gets the current stack.
| |
| HasInitializedScope |
Gets a value indicating whether this instance has initialized scope.
|