ExchangeServiceBinding.EndUnsubscribe Method
The EndUnsubscribe method is used to end an asynchronous Unsubscribe call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndUnsubscribe ( _
asyncResult As IAsyncResult _
) As UnsubscribeResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As UnsubscribeResponseType
returnValue = instance.EndUnsubscribe(asyncResult)
public UnsubscribeResponseType EndUnsubscribe(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.UnsubscribeResponseType
The EndUnsubscribe method returns an UnsubscribeResponseType object.