메소드 | 설명 | |
---|---|---|
ExecuteAsync ( string receiver, |
메소드 | 설명 | |
---|---|---|
WebHookHandler ( ) : System.Threading.Tasks |
Initializes a new instance of the WebHookHandler class with a default Order of 50 and by default accepts WebHooks from all receivers. To limit which receiver this IWebHookHandler will receive WebHook requests from, set the Receiver property to the name of that receiver.
|
public abstract ExecuteAsync ( string receiver, |
||
receiver | string | |
context | ||
리턴 | System.Threading.Tasks.Task |
protected WebHookHandler ( ) : System.Threading.Tasks | ||
리턴 | System.Threading.Tasks |