ExchangeServiceBinding.EndRemoveDelegate(IAsyncResult) Method

Definition

The EndRemoveDelegate(IAsyncResult) method is used to end an asynchronous RemoveDelegate(RemoveDelegateType) call.

public:
 ExchangeWebServices::RemoveDelegateResponseMessageType ^ EndRemoveDelegate(IAsyncResult ^ asyncResult);
public ExchangeWebServices.RemoveDelegateResponseMessageType EndRemoveDelegate (IAsyncResult asyncResult);
Public Function EndRemoveDelegate (asyncResult As IAsyncResult) As RemoveDelegateResponseMessageType

Parameters

asyncResult
IAsyncResult

Returns

The EndRemoveDelegate(IAsyncResult) method returns an IASynchResult object.

Applies to