Summary
Begins a logical operation scope.
- Assembly
- Rocket
.Surgery .Conventions .dll - Namespace
- Rocket
.Surgery .Conventions - Containing Type
- DiagnosticLogger
Syntax
public IDisposable BeginScope<TState>(TState state)
Type Parameters
Name | Description |
---|---|
TState | The type of the t state. |
Parameters
Name | Type | Description |
---|---|---|
state | TState | The identifier for the scope. |
Return Value
Type | Description |
---|---|
IDisposable | An IDisposable that ends the logical operation scope on dispose. |