Click or drag to resize

WebhookClientGet Method

Retrieves the details for a webhook by id.

Namespace:  SparkSDK
Assembly:  SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void Get(
	string webhookId,
	Action<SparkApiEventArgs<Webhook>> completionHandler
)

Parameters

webhookId
Type: SystemString
The identifier of the webhook.
completionHandler
Type: SystemActionSparkApiEventArgsWebhook
The completion event handler.
Remarks
Since: 0.1.0
See Also