ExchangeServiceBinding.BeginGetEvents Method

Definition

The BeginGetEvents(GetEventsType, AsyncCallback, Object) method is used to begin an asynchronous GetEvents(GetEventsType) call.

public:
 IAsyncResult ^ BeginGetEvents(ExchangeWebServices::GetEventsType ^ GetEvents1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetEvents (ExchangeWebServices.GetEventsType GetEvents1, AsyncCallback callback, object asyncState);
Public Function BeginGetEvents (GetEvents1 As GetEventsType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

GetEvents1
GetEventsType
callback
AsyncCallback
asyncState
Object

Returns

The BeginGetEvents(GetEventsType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to