C# Класс WebQQ.Im.Action.WebQQAction

Наследование: HttpAction.Action.AbstractHttpAction
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteAsync ( CancellationToken token ) : Task
HandleExceptionAsync ( Exception ex ) : Task

Защищенные методы

Метод Описание
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

Описание методов

ExecuteAsync() публичный Метод

public ExecuteAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
Результат Task

HandleExceptionAsync() публичный Метод

public HandleExceptionAsync ( Exception ex ) : Task
ex System.Exception
Результат Task

NotifyActionEventAsync() защищенный Метод

protected NotifyActionEventAsync ( ActionEvent actionEvent ) : Task
actionEvent ActionEvent
Результат Task

NotifyErrorEventAsync() защищенный Метод

protected NotifyErrorEventAsync ( QQErrorCode code ) : Task
code QQErrorCode
Результат Task

NotifyErrorEventAsync() защищенный Метод

protected NotifyErrorEventAsync ( QQErrorCode code, string msg ) : Task
code QQErrorCode
msg string
Результат Task

NotifyErrorEventAsync() защищенный Метод

protected NotifyErrorEventAsync ( QQException ex ) : Task
ex WebQQ.Im.Core.QQException
Результат Task

WebQQAction() защищенный Метод

protected WebQQAction ( IQQContext context, ActionEventListener listener = null ) : System
context IQQContext
listener ActionEventListener
Результат System