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