DiagnosticLogger.

BeginScope<TState>(TState) Method

Summary

Begins a logical operation scope.

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.