PullSubscription.EndGetEvents(IAsyncResult) Method

Definition

Ends an asynchronous request to retrieve the latest events associated with a pull subscription.This method was introduced in the Microsoft Exchange Web Services (EWS) Managed API 1.2.

public:
 Microsoft::Exchange::WebServices::Data::GetEventsResults ^ EndGetEvents(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.GetEventsResults EndGetEvents (IAsyncResult asyncResult);
Public Function EndGetEvents (asyncResult As IAsyncResult) As GetEventsResults

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the asynchronous request.

Returns

A GetEventsResults containing a list of events associated with the subscription.

Applies to