C# Class Methods.ActorModel.SynchronizationContextExtensions

Afficher le fichier Open project: Strilanc/Methods

Méthodes publiques

Méthode Description
GetAwaiter ( this context ) : SynchronizationContextAwaiter

Resumes execution in the given synchronization context, when awaited. If execution is already in the given context, it will re-enter it.

Method Details

GetAwaiter() public static méthode

Resumes execution in the given synchronization context, when awaited. If execution is already in the given context, it will re-enter it.
public static GetAwaiter ( this context ) : SynchronizationContextAwaiter
context this
Résultat SynchronizationContextAwaiter