Share via


ExchangeServiceBinding.EndRemoveDelegate Method

The EndRemoveDelegate method is used to end an asynchronous RemoveDelegate call.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function EndRemoveDelegate ( _
    asyncResult As IAsyncResult _
) As RemoveDelegateResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As RemoveDelegateResponseMessageType

returnValue = instance.EndRemoveDelegate(asyncResult)
public RemoveDelegateResponseMessageType EndRemoveDelegate(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: ExchangeWebServices.RemoveDelegateResponseMessageType
The EndRemoveDelegate method returns an IASynchResult object.