ExchangeServiceBinding.EndUpdateDelegate(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 EndUpdateDelegate(IAsyncResult) method is used to end an asynchronous UpdateDelegate(UpdateDelegateType) call.
public:
ExchangeWebServices::UpdateDelegateResponseMessageType ^ EndUpdateDelegate(IAsyncResult ^ asyncResult);
public ExchangeWebServices.UpdateDelegateResponseMessageType EndUpdateDelegate (IAsyncResult asyncResult);
Public Function EndUpdateDelegate (asyncResult As IAsyncResult) As UpdateDelegateResponseMessageType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndUpdateDelegate(IAsyncResult) method returns an IASynchResult object.