ExchangeServiceBinding.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.
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.