ExchangeServiceBinding.EndAddDelegate(IAsyncResult) Method

Definition

The EndAddDelegate(IAsyncResult) method is used to end an asynchronous AddDelegate(AddDelegateType) call.

public:
 ExchangeWebServices::AddDelegateResponseMessageType ^ EndAddDelegate(IAsyncResult ^ asyncResult);
public ExchangeWebServices.AddDelegateResponseMessageType EndAddDelegate (IAsyncResult asyncResult);
Public Function EndAddDelegate (asyncResult As IAsyncResult) As AddDelegateResponseMessageType

Parameters

asyncResult
IAsyncResult

Returns

The EndAddDelegate(IAsyncResult) method returns an IASynchResult object.

Applies to