PullSubscription.BeginGetEvents(AsyncCallback, Object) Method

Definition

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

public:
 IAsyncResult ^ BeginGetEvents(AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginGetEvents (AsyncCallback callback, object state);
Public Function BeginGetEvents (callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

callback
AsyncCallback

The AsyncCallback delegate.

state
Object

An object that contains state information for this request.

Returns

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

Applies to