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