C# Class HttpAction.Action.ActionFuture

Inheritance: IActionFuture
Afficher le fichier Open project: huoshan12345/iQQ.Net

Méthodes publiques

Méthode Description
ActionFuture ( ActionEventListener listener = null ) : System
ExecuteAsync ( CancellationToken token ) : Task
PushAction ( IAction action ) : IActionFuture

Method Details

ActionFuture() public méthode

public ActionFuture ( ActionEventListener listener = null ) : System
listener ActionEventListener
Résultat System

ExecuteAsync() public méthode

public ExecuteAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
Résultat Task

PushAction() public méthode

public PushAction ( IAction action ) : IActionFuture
action IAction
Résultat IActionFuture