ExchangeServiceBinding.EndUnsubscribe(IAsyncResult) Method

Definition

The EndUnsubscribe(IAsyncResult) method is used to end an asynchronous Unsubscribe(UnsubscribeType) call.

public:
 ExchangeWebServices::UnsubscribeResponseType ^ EndUnsubscribe(IAsyncResult ^ asyncResult);
public ExchangeWebServices.UnsubscribeResponseType EndUnsubscribe (IAsyncResult asyncResult);
Public Function EndUnsubscribe (asyncResult As IAsyncResult) As UnsubscribeResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndUnsubscribe(IAsyncResult) method returns an UnsubscribeResponseType object.

Applies to