Method BeginScope
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
BeginScope<TState>(TState)
Begins the scope.
public IDisposable BeginScope<TState>(TState state) where TState : notnull
Parameters
state
TStateThe state.
Returns
- IDisposable
An IDisposable.
Type Parameters
TState