C# Class System.Threading.HostExecutionContextManager.HostExecutionContextSwitcher

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
_asyncLocal AsyncLocal
_currentContext HostExecutionContext

Méthodes publiques

Méthode Description
HostExecutionContextSwitcher ( HostExecutionContext currentContext )

Method Details

HostExecutionContextSwitcher() public méthode

public HostExecutionContextSwitcher ( HostExecutionContext currentContext )
currentContext HostExecutionContext

Property Details

_asyncLocal public_oe property

public AsyncLocal _asyncLocal
Résultat AsyncLocal

_currentContext public_oe property

public HostExecutionContext,System.Threading _currentContext
Résultat HostExecutionContext