Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Threading
HostExecutionContextManager.HostExecutionContextSwitcher
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