C# 클래스 WebWeChat.Im.Action.WebWeChatAction

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

공개 메소드들

메소드 설명
ExecuteAsync ( CancellationToken token ) : Task
HandleExceptionAsync ( Exception ex ) : Task

보호된 메소드들

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

메소드 상세

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 ( WeChatErrorCode code ) : Task
code WeChatErrorCode
리턴 Task

NotifyErrorEventAsync() 보호된 메소드

protected NotifyErrorEventAsync ( WeChatErrorCode code, string msg ) : Task
code WeChatErrorCode
msg string
리턴 Task

NotifyErrorEventAsync() 보호된 메소드

protected NotifyErrorEventAsync ( WeChatException ex ) : Task
ex WebWeChat.Im.Core.WeChatException
리턴 Task

WebWeChatAction() 보호된 메소드

protected WebWeChatAction ( IWeChatContext context, ActionEventListener listener = null ) : System
context IWeChatContext
listener ActionEventListener
리턴 System