PullSubscription.EndUnsubscribe(IAsyncResult) Method

Definition

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.

Applies to