ExchangeServiceBinding.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.
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.