IActivityClient.StopSubscription

IActivityClient.StopSubscription method

This operation stops a subscription to the specified content type. When a subscription is stopped, you will no longer receive notifications and you will not be able to retrieve available content. If the subscription is later restarted, you will have access to new content from that point forward. You will not be able to retrieve content that was available between the time the subscription was stopped and restarted.

public void StopSubscription(string contentType)
ParameterTypeDescription
contentTypeStringIndicates the content type.

See Also