다음을 통해 공유


Logger<T>.ILogger.BeginScope<TState>(TState) 메서드

정의

논리적 연산 범위를 시작합니다.

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

형식 매개 변수

TState

scope 시작할 상태의 형식입니다.

매개 변수

state
TState

범위에 대한 식별자입니다.

반환

삭제 시 논리적 연산 범위를 종료하는 삭제 가능한 개체입니다.

구현

적용 대상