StreamingSubscription.EndUnsubscribe method
Ends an asynchronous request to unsubscribe from a subscription.
This method was introduced in the Microsoft Exchange Web Services (EWS) Managed API 1.2.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
'Declaration Public Sub EndUnsubscribe ( _ asyncResult As IAsyncResult _ ) 'Usage Dim instance As StreamingSubscription Dim asyncResult As IAsyncResult instance.EndUnsubscribe(asyncResult)
Parameters
- asyncResult
- Type: System.IAsyncResult
An IAsyncResult that references the asynchronous request.
Show: