C# Class Tunez.Tasks

Exibir arquivo Open project: alanmcgovern/tunez

Public Methods

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

Method Details

Post() public static method

public static Post ( this context, System.Action action ) : void
context this
action System.Action
return void

Send() public static method

public static Send ( this context, System.Action action ) : void
context this
action System.Action
return void

WaitOrCanceled() public static method

public static WaitOrCanceled ( this task ) : Task
task this
return Task