ExchangeServiceBinding.EndGetDelegate(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 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.