NullLogger.BeginScope<TState>(TState) 메서드

정의

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

public:
generic <typename TState>
 virtual IDisposable ^ BeginScope(TState state);
public IDisposable BeginScope<TState> (TState state);
abstract member BeginScope : 'State -> IDisposable
override this.BeginScope : 'State -> IDisposable
Public Function BeginScope(Of TState) (state As TState) As IDisposable

형식 매개 변수

TState

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

매개 변수

state
TState

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

반환

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

구현

적용 대상