ExchangeServiceBinding.EndConvertId(IAsyncResult) Method

Definition

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

public:
 ExchangeWebServices::ConvertIdResponseType ^ EndConvertId(IAsyncResult ^ asyncResult);
public ExchangeWebServices.ConvertIdResponseType EndConvertId (IAsyncResult asyncResult);
Public Function EndConvertId (asyncResult As IAsyncResult) As ConvertIdResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndConvertId(IAsyncResult) method returns an IASynchResult object.

Applies to