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