C# Class Tunez.Tasks

Afficher le fichier Open project: alanmcgovern/tunez

Méthodes publiques

Méthode Description
Post ( this context, System.Action action ) : void
Send ( this context, System.Action action ) : void
WaitOrCanceled ( this task ) : Task

Method Details

Post() public static méthode

public static Post ( this context, System.Action action ) : void
context this
action System.Action
Résultat void

Send() public static méthode

public static Send ( this context, System.Action action ) : void
context this
action System.Action
Résultat void

WaitOrCanceled() public static méthode

public static WaitOrCanceled ( this task ) : Task
task this
Résultat Task