IActivityClient.StartSubscription

IActivityClient.StartSubscription method

Starts a subscription to the specified content type. If a subscription to the specified content type already exists, this operation is used to: - update the properties of an active webhook - enable a webhook that was disabled because of excessive failed notifications - re-enable an expired webhook by specifying a later or null expiration date - remove a webhook

public Subscription StartSubscription(string contentType, Webhook webhook)
ParameterTypeDescription
contentTypeStringIndicates the content type.
webhookWebhookIndicates the configured webhook

Return Value

Subscription in current state

See Also