ExchangeServiceBinding.EndAddDelegate Method
The EndAddDelegate method is used to end an asynchronous AddDelegate call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndAddDelegate ( _
asyncResult As IAsyncResult _
) As AddDelegateResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As AddDelegateResponseMessageType
returnValue = instance.EndAddDelegate(asyncResult)
public AddDelegateResponseMessageType EndAddDelegate(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.AddDelegateResponseMessageType
The EndAddDelegate method returns an IASynchResult object.