PullSubscription.EndUnsubscribe(IAsyncResult) 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.
Ends an asynchronous request to unsubscribe from a subscription.This method was introduced in the Microsoft Exchange Web Services (EWS) Managed API 1.2.
public:
void EndUnsubscribe(IAsyncResult ^ asyncResult);
public void EndUnsubscribe (IAsyncResult asyncResult);
Public Sub EndUnsubscribe (asyncResult As IAsyncResult)
Parameters
- asyncResult
- IAsyncResult
An IAsyncResult that references the asynchronous request.