Method | Description | |
---|---|---|
EnqueueAsync ( |
Enqueues an incoming WebHook for processing outside its immediate HTTP request/response context. Any exception thrown will result in an HTTP error response being returned to the party generating the WebHook.
|
|
ExecuteAsync ( string receiver, |
Method | Description | |
---|---|---|
WebHookQueueHandler ( ) : System |
Initializes a new instance of the WebHookQueueHandler class with a default WebHookHandler.Order of 50 and by default accepts WebHooks from all receivers. To limit which receiver this IWebHookHandler will receive WebHook requests from, set the WebHookHandler.Receiver property to the name of that receiver.
|
public abstract EnqueueAsync ( |
||
context | The |
|
return | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | |
context | ||
return | System.Threading.Tasks.Task |