C# 클래스 System.Threading.HostExecutionContextManager.HostExecutionContextSwitcher

파일 보기 프로젝트 열기: dotnet/corefx

공개 프로퍼티들

프로퍼티 타입 설명
_asyncLocal AsyncLocal
_currentContext HostExecutionContext

공개 메소드들

메소드 설명
HostExecutionContextSwitcher ( HostExecutionContext currentContext )

메소드 상세

HostExecutionContextSwitcher() 공개 메소드

public HostExecutionContextSwitcher ( HostExecutionContext currentContext )
currentContext HostExecutionContext

프로퍼티 상세

_asyncLocal 공개적으로 프로퍼티

public AsyncLocal _asyncLocal
리턴 AsyncLocal

_currentContext 공개적으로 프로퍼티

public HostExecutionContext,System.Threading _currentContext
리턴 HostExecutionContext