Uses of Interface
microsoft.exchange.webservices.data.misc.IAsyncResult
-
-
Uses of IAsyncResult in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return IAsyncResult Modifier and Type Method Description IAsyncResultExchangeService. beginGetEvents(AsyncCallback callback, Object state, String subscriptionId, String watermark)Begins an asynchronous request to retrieve the latest events associated with a pull subscription.IAsyncResultExchangeService. beginSubscribeToPullNotificationsOnAllFolders(AsyncCallback callback, Object state, int timeout, String watermark, EventType... eventTypes)Begins an asynchronous request to subscribe to pull notification on all folder in the authenticated user's mailbox.IAsyncResultExchangeService. beginSubscribeToPushNotifications(AsyncCallback callback, Object state, Iterable<FolderId> folderIds, URI url, int frequency, String watermark, EventType... eventTypes)Begins an asynchronous request to subscribe to push notification.IAsyncResultExchangeService. beginSubscribeToPushNotificationsOnAllFolders(AsyncCallback callback, Object state, URI url, int frequency, String watermark, EventType... eventTypes)Begins an asynchronous request to subscribe to push notification on all folder in the authenticated user's mailbox.IAsyncResultExchangeService. beginSubscribeToStreamingNotifications(AsyncCallback callback, Object state, Iterable<FolderId> folderIds, EventType... eventTypes)Begins an asynchronous request to subscribe to streaming notification.IAsyncResultExchangeService. beginSubscribeToStreamingNotificationsOnAllFolders(AsyncCallback callback, Object state, EventType... eventTypes)Begins an asynchronous request to subscribe to streaming notification on all folder in the authenticated user's mailbox.IAsyncResultExchangeService. beginSyncFolderHierarchy(AsyncCallback callback, Object state, FolderId syncFolderId, PropertySet propertySet, String syncState)Begins an asynchronous request to synchronize the sub-folder of a specific folder.IAsyncResultExchangeService. beginSyncFolderItems(AsyncCallback callback, Object state, FolderId syncFolderId, PropertySet propertySet, Iterable<ItemId> ignoredItemIds, int maxChangesReturned, SyncFolderItemsScope syncScope, String syncState)Begins an asynchronous request to synchronize the item of a specific folder.IAsyncResultExchangeService. beginUnsubscribe(AsyncCallback callback, Object state, String subscriptionId)Begins an asynchronous request to unsubscribe from a subscription.Methods in microsoft.exchange.webservices.data.core with parameters of type IAsyncResult Modifier and Type Method Description GetEventsResultsExchangeService. endGetEvents(IAsyncResult asyncResult)Ends an asynchronous request to retrieve the latest events associated with a pull subscription.PullSubscriptionExchangeService. endSubscribeToPullNotifications(IAsyncResult asyncResult)Ends an asynchronous request to subscribe to pull notification in the authenticated user's mailbox.PushSubscriptionExchangeService. endSubscribeToPushNotifications(IAsyncResult asyncResult)Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.StreamingSubscriptionExchangeService. endSubscribeToStreamingNotifications(IAsyncResult asyncResult)Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.ChangeCollection<FolderChange>ExchangeService. endSyncFolderHierarchy(IAsyncResult asyncResult)Ends an asynchronous request to synchronize the specified folder hierarchy of the mailbox this Service is connected to.ChangeCollection<ItemChange>ExchangeService. endSyncFolderItems(IAsyncResult asyncResult)Ends an asynchronous request to synchronize the item of a specific folder.voidExchangeService. endUnsubscribe(IAsyncResult asyncResult)Ends an asynchronous request to unsubscribe from a subscription. -
Uses of IAsyncResult in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request with parameters of type IAsyncResult Modifier and Type Method Description ServiceResponseCollection<TResponse>MultiResponseServiceRequest. endExecute(IAsyncResult asyncResult)Ends executing this async request.protected TSimpleServiceRequestBase. endInternalExecute(IAsyncResult asyncResult)Ends executing this async request. -
Uses of IAsyncResult in microsoft.exchange.webservices.data.misc
Classes in microsoft.exchange.webservices.data.misc that implement IAsyncResult Modifier and Type Class Description classAsyncRequestResult -
Uses of IAsyncResult in microsoft.exchange.webservices.data.notification
Methods in microsoft.exchange.webservices.data.notification that return IAsyncResult Modifier and Type Method Description IAsyncResultPullSubscription. beginGetEvents(AsyncCallback callback, Object state)Begins an asynchronous request to obtain a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark propertyIAsyncResultPullSubscription. beginUnsubscribe(AsyncCallback callback, Object state)Begins an asynchronous request to unsubscribe from the pull subscription.IAsyncResultStreamingSubscription. beginUnsubscribe(AsyncCallback callback, Object state)Begins an asynchronous request to unsubscribe from the streaming subscription.Methods in microsoft.exchange.webservices.data.notification with parameters of type IAsyncResult Modifier and Type Method Description GetEventsResultsPullSubscription. endGetEvents(IAsyncResult asyncResult)Ends an asynchronous request to obtain a collection of events that occurred on the subscribed folder since the point in time defined by the Watermark property.voidPullSubscription. endUnsubscribe(IAsyncResult asyncResult)Ends an asynchronous request to unsubscribe from the pull subscription.voidStreamingSubscription. endUnsubscribe(IAsyncResult asyncResult)Ends an asynchronous request to unsubscribe from the streaming subscription.
-