C# Class WebWeChat.Im.Action.WebWeChatAction

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 ( WeChatErrorCode code ) : Task
NotifyErrorEventAsync ( WeChatErrorCode code, string msg ) : Task
NotifyErrorEventAsync ( WeChatException ex ) : Task
WebWeChatAction ( IWeChatContext 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 ( WeChatErrorCode code ) : Task
code WeChatErrorCode
Résultat Task

NotifyErrorEventAsync() protected méthode

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

NotifyErrorEventAsync() protected méthode

protected NotifyErrorEventAsync ( WeChatException ex ) : Task
ex WebWeChat.Im.Core.WeChatException
Résultat Task

WebWeChatAction() protected méthode

protected WebWeChatAction ( IWeChatContext context, ActionEventListener listener = null ) : System
context IWeChatContext
listener ActionEventListener
Résultat System