ExchangeServiceBinding.EndRemoveDelegate(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.