ExchangeServiceBinding.EndGetDelegate(IAsyncResult) Method

Definition

The EndGetDelegate(IAsyncResult) method is used to end an asynchronous GetDelegate(GetDelegateType) call.

public:
 ExchangeWebServices::GetDelegateResponseMessageType ^ EndGetDelegate(IAsyncResult ^ asyncResult);
public ExchangeWebServices.GetDelegateResponseMessageType EndGetDelegate (IAsyncResult asyncResult);
Public Function EndGetDelegate (asyncResult As IAsyncResult) As GetDelegateResponseMessageType

Parameters

asyncResult
IAsyncResult

Returns

The EndGetDelegate(IAsyncResult) method returns an IASynchResult object.

Applies to