ExchangeServiceBinding.EndGetEvents(IAsyncResult) Method

Definition

The EndGetEvents(IAsyncResult) method is used to end an asynchronous GetEvents(GetEventsType) call.

public:
 ExchangeWebServices::GetEventsResponseType ^ EndGetEvents(IAsyncResult ^ asyncResult);
public ExchangeWebServices.GetEventsResponseType EndGetEvents (IAsyncResult asyncResult);
Public Function EndGetEvents (asyncResult As IAsyncResult) As GetEventsResponseType

Parameters

asyncResult
IAsyncResult

Returns

The EndGetEvents(IAsyncResult) method returns a GetEventsResponseType object.

Applies to