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