DiagnosticsLoggerBeginScopeTState Method
            Begins a logical operation scope.
            
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.150 -- Release Build+2592e65d65fe0b04e044df0bc79f2e5da6464eee
public IDisposable BeginScope<TState>(
	TState state
)
Public Function BeginScope(Of TState) ( 
	state As TState
) As IDisposable
public:
generic<typename TState>
virtual IDisposable^ BeginScope(
	TState state
) sealed
JavaScript does not support generic types or methods.
- state  TState
- The identifier for the scope.
- TState
- The type of the state to begin scope for.
IDisposableAn 
IDisposable that ends the logical operation scope on dispose.
ILoggerBeginScopeTState(TState)