Метод | Описание | |
---|---|---|
ExecuteAsync ( string receiver, |
||
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteAsync ( string receiver, |
Executes the incoming WebHook request.
|
|
ExecuteUnknownPayloadAsync ( string receiver, |
Executes the incoming WebHook request for an unknown payload.
|
Метод | Описание | |
---|---|---|
MyGetWebHookHandlerBase ( ) : System |
Initializes a new instance of the MyGetWebHookHandlerBase class.
|
public ExecuteAsync ( string receiver, |
||
receiver | string | |
context | ||
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Strong-typed WebHook payload. | |
Результат | System.Threading.Tasks.Task |
public ExecuteUnknownPayloadAsync ( string receiver, |
||
receiver | string | The name of the |
context | Provides context for the |
|
payload | Newtonsoft.Json.Linq.JObject | Strong-typed WebHook payload. |
Результат | System.Threading.Tasks.Task |
protected MyGetWebHookHandlerBase ( ) : System | ||
Результат | System |