C# Class GitHub.Helpers.ThreadingHelper.AwaiterWrapper

Inheritance: IAwaiter
Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

Méthode Description
AwaiterWrapper ( ) : System.Threading.Tasks
AwaiterWrapper ( MainThreadAwaiter awaiter ) : System.Threading.Tasks
AwaiterWrapper ( TaskSchedulerAwaiter awaiter ) : System.Threading.Tasks
GetResult ( ) : void
OnCompleted ( System.Action continuation ) : void

Method Details

AwaiterWrapper() public méthode

public AwaiterWrapper ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

AwaiterWrapper() public méthode

public AwaiterWrapper ( MainThreadAwaiter awaiter ) : System.Threading.Tasks
awaiter MainThreadAwaiter
Résultat System.Threading.Tasks

AwaiterWrapper() public méthode

public AwaiterWrapper ( TaskSchedulerAwaiter awaiter ) : System.Threading.Tasks
awaiter TaskSchedulerAwaiter
Résultat System.Threading.Tasks

GetResult() public méthode

public GetResult ( ) : void
Résultat void

OnCompleted() public méthode

public OnCompleted ( System.Action continuation ) : void
continuation System.Action
Résultat void