ExchangeServiceBinding.EndUpdateDelegate(IAsyncResult) Method

Definition

The EndUpdateDelegate(IAsyncResult) method is used to end an asynchronous UpdateDelegate(UpdateDelegateType) call.

public:
 ExchangeWebServices::UpdateDelegateResponseMessageType ^ EndUpdateDelegate(IAsyncResult ^ asyncResult);
public ExchangeWebServices.UpdateDelegateResponseMessageType EndUpdateDelegate (IAsyncResult asyncResult);
Public Function EndUpdateDelegate (asyncResult As IAsyncResult) As UpdateDelegateResponseMessageType

Parameters

asyncResult
IAsyncResult

Returns

The EndUpdateDelegate(IAsyncResult) method returns an IASynchResult object.

Applies to