C# Class WebQQ.Im.Action.WebQQAction

Inheritance: HttpAction.Action.AbstractHttpAction
Afficher le fichier Open project: huoshan12345/iQQ.Net

Méthodes publiques

Méthode Description
ExecuteAsync ( CancellationToken token ) : Task
HandleExceptionAsync ( Exception ex ) : Task

Méthodes protégées

Méthode Description
NotifyActionEventAsync ( ActionEvent actionEvent ) : Task
NotifyErrorEventAsync ( QQErrorCode code ) : Task
NotifyErrorEventAsync ( QQErrorCode code, string msg ) : Task
NotifyErrorEventAsync ( QQException ex ) : Task
WebQQAction ( IQQContext context, ActionEventListener listener = null ) : System

Method Details

ExecuteAsync() public méthode

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

HandleExceptionAsync() public méthode

public HandleExceptionAsync ( Exception ex ) : Task
ex System.Exception
Résultat Task

NotifyActionEventAsync() protected méthode

protected NotifyActionEventAsync ( ActionEvent actionEvent ) : Task
actionEvent ActionEvent
Résultat Task

NotifyErrorEventAsync() protected méthode

protected NotifyErrorEventAsync ( QQErrorCode code ) : Task
code QQErrorCode
Résultat Task

NotifyErrorEventAsync() protected méthode

protected NotifyErrorEventAsync ( QQErrorCode code, string msg ) : Task
code QQErrorCode
msg string
Résultat Task

NotifyErrorEventAsync() protected méthode

protected NotifyErrorEventAsync ( QQException ex ) : Task
ex WebQQ.Im.Core.QQException
Résultat Task

WebQQAction() protected méthode

protected WebQQAction ( IQQContext context, ActionEventListener listener = null ) : System
context IQQContext
listener ActionEventListener
Résultat System