C# 클래스 WebQQ.Im.Action.WebQQAction

상속: HttpAction.Action.AbstractHttpAction
파일 보기 프로젝트 열기: huoshan12345/iQQ.Net

공개 메소드들

메소드 설명
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