Method | Description | |
---|---|---|
ExecuteAsync ( |
||
HandleExceptionAsync ( |
Method | Description | |
---|---|---|
NotifyActionEventAsync ( ActionEvent actionEvent ) : Task |
||
NotifyErrorEventAsync ( WeChatErrorCode code ) : Task |
||
NotifyErrorEventAsync ( WeChatErrorCode code, string msg ) : Task |
||
NotifyErrorEventAsync ( |
||
WebWeChatAction ( IWeChatContext context, ActionEventListener listener = null ) : System |
public ExecuteAsync ( |
||
token | ||
return | Task |
public HandleExceptionAsync ( |
||
ex | ||
return | Task |
protected NotifyActionEventAsync ( ActionEvent actionEvent ) : Task |
||
actionEvent | ActionEvent | |
return | Task |
protected NotifyErrorEventAsync ( WeChatErrorCode code ) : Task |
||
code | WeChatErrorCode | |
return | Task |
protected NotifyErrorEventAsync ( WeChatErrorCode code, string msg ) : Task |
||
code | WeChatErrorCode | |
msg | string | |
return | Task |
protected NotifyErrorEventAsync ( |
||
ex | ||
return | Task |
protected WebWeChatAction ( IWeChatContext context, ActionEventListener listener = null ) : System | ||
context | IWeChatContext | |
listener | ActionEventListener | |
return | System |