StreamingSubscriptionConnection.RemoveSubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.