Uses of Interface
microsoft.exchange.webservices.data.misc.IAsyncResult

Packages that use IAsyncResult
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.misc   
microsoft.exchange.webservices.data.notification   
 

Uses of IAsyncResult in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return IAsyncResult
 IAsyncResult ExchangeService.beginGetEvents(AsyncCallback callback, Object state, String subscriptionId, String watermark)
          Begins an asynchronous request to retrieve the latest events associated with a pull subscription.
 IAsyncResult ExchangeService.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.
 IAsyncResult ExchangeService.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.
 IAsyncResult ExchangeService.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.
 IAsyncResult ExchangeService.beginSubscribeToStreamingNotifications(AsyncCallback callback, Object state, Iterable<FolderId> folderIds, EventType... eventTypes)
          Begins an asynchronous request to subscribe to streaming notification.
 IAsyncResult ExchangeService.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.
 IAsyncResult ExchangeService.beginSyncFolderHierarchy(AsyncCallback callback, Object state, FolderId syncFolderId, PropertySet propertySet, String syncState)
          Begins an asynchronous request to synchronize the sub-folder of a specific folder.
 IAsyncResult ExchangeService.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.
 IAsyncResult ExchangeService.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
 GetEventsResults ExchangeService.endGetEvents(IAsyncResult asyncResult)
          Ends an asynchronous request to retrieve the latest events associated with a pull subscription.
 PullSubscription ExchangeService.endSubscribeToPullNotifications(IAsyncResult asyncResult)
          Ends an asynchronous request to subscribe to pull notification in the authenticated user's mailbox.
 PushSubscription ExchangeService.endSubscribeToPushNotifications(IAsyncResult asyncResult)
          Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.
 StreamingSubscription ExchangeService.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.
 void ExchangeService.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
 ServiceResponseCollection<TResponse> MultiResponseServiceRequest.endExecute(IAsyncResult asyncResult)
          Ends executing this async request.
protected  T SimpleServiceRequestBase.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
 class AsyncRequestResult
           
 

Uses of IAsyncResult in microsoft.exchange.webservices.data.notification
 

Methods in microsoft.exchange.webservices.data.notification that return IAsyncResult
 IAsyncResult PullSubscription.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 property
 IAsyncResult StreamingSubscription.beginUnsubscribe(AsyncCallback callback, Object state)
          Begins an asynchronous request to unsubscribe from the streaming subscription.
 IAsyncResult PullSubscription.beginUnsubscribe(AsyncCallback callback, Object state)
          Begins an asynchronous request to unsubscribe from the pull subscription.
 

Methods in microsoft.exchange.webservices.data.notification with parameters of type IAsyncResult
 GetEventsResults PullSubscription.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.
 void StreamingSubscription.endUnsubscribe(IAsyncResult asyncResult)
          Ends an asynchronous request to unsubscribe from the streaming subscription.
 void PullSubscription.endUnsubscribe(IAsyncResult asyncResult)
          Ends an asynchronous request to unsubscribe from the pull subscription.
 



Copyright © 2012–2015 Microsoft. All rights reserved.