ExchangeServiceBinding.EndUpdateDelegate Method

The EndUpdateDelegate method is used to end an asynchronous UpdateDelegate call.

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

Syntax

'Declaration
Public Function EndUpdateDelegate ( _
    asyncResult As IAsyncResult _
) As UpdateDelegateResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As UpdateDelegateResponseMessageType

returnValue = instance.EndUpdateDelegate(asyncResult)
public UpdateDelegateResponseMessageType EndUpdateDelegate(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: ExchangeWebServices.UpdateDelegateResponseMessageType
The EndUpdateDelegate method returns an IASynchResult object.