Edit

Share via


StreamingSubscriptionConnection.RemoveSubscription Method

Definition

Removes the specified streaming subscription from the connection.

public:
 void RemoveSubscription(Microsoft::Exchange::WebServices::Data::StreamingSubscription ^ subscription);
public void RemoveSubscription (Microsoft.Exchange.WebServices.Data.StreamingSubscription subscription);
Public Sub RemoveSubscription (subscription As StreamingSubscription)

Parameters

subscription
StreamingSubscription

The subscription to remove.

Exceptions

Thrown when RemoveSubscription is called while connected.

Applies to