Uses of Class
microsoft.exchange.webservices.data.misc.AsyncRequestResult
-
Packages that use AsyncRequestResult Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.core.request -
-
Uses of AsyncRequestResult in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return AsyncRequestResult Modifier and Type Method Description AsyncRequestResultExchangeService. beginSubscribeToPullNotifications(AsyncCallback callback, Object state, Iterable<FolderId> folderIds, int timeout, String watermark, EventType... eventTypes)Begins an asynchronous request to subscribes to pull notification. -
Uses of AsyncRequestResult in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return AsyncRequestResult Modifier and Type Method Description AsyncRequestResultSimpleServiceRequestBase. beginExecute(AsyncCallback callback)Begins executing this async request.
-