Aracılığıyla paylaş


Logger<T>.ILogger.BeginScope<TState>(TState) Yöntem

Tanım

Mantıksal işlem kapsamını başlatır.

generic <typename TState>
 virtual IDisposable ^ Microsoft.Extensions.Logging.ILogger.BeginScope(TState state) = Microsoft::Extensions::Logging::ILogger::BeginScope;
IDisposable ILogger.BeginScope<TState> (TState state);
abstract member Microsoft.Extensions.Logging.ILogger.BeginScope : 'State -> IDisposable
override this.Microsoft.Extensions.Logging.ILogger.BeginScope : 'State -> IDisposable
Function BeginScope(Of TState) (state As TState) As IDisposable Implements ILogger.BeginScope

Tür Parametreleri

TState

Kapsamı başlatacak durumun türü.

Parametreler

state
TState

Kapsamın tanımlayıcısı.

Döndürülenler

Atmada mantıksal işlem kapsamını sona erdiren atılabilir bir nesne.

Uygulamalar

Şunlara uygulanır