C# Class System.Threading.HostExecutionContextManager.HostExecutionContextSwitcher

显示文件 Open project: dotnet/corefx

Public Properties

Property Type Description
_asyncLocal AsyncLocal
_currentContext HostExecutionContext

Public Methods

Method Description
HostExecutionContextSwitcher ( HostExecutionContext currentContext )

Method Details

HostExecutionContextSwitcher() public method

public HostExecutionContextSwitcher ( HostExecutionContext currentContext )
currentContext HostExecutionContext

Property Details

_asyncLocal public_oe property

public AsyncLocal _asyncLocal
return AsyncLocal

_currentContext public_oe property

public HostExecutionContext,System.Threading _currentContext
return HostExecutionContext