PullSubscription.EndGetEvents(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.