Uses of Class
microsoft.exchange.webservices.data.notification.StreamingSubscription

Packages that use StreamingSubscription
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.notification   
 

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

Methods in microsoft.exchange.webservices.data.core that return StreamingSubscription
 StreamingSubscription ExchangeService.endSubscribeToStreamingNotifications(IAsyncResult asyncResult)
          Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.
 StreamingSubscription ExchangeService.subscribeToStreamingNotifications(Iterable<FolderId> folderIds, EventType... eventTypes)
          Subscribes to streaming notification.
 StreamingSubscription ExchangeService.subscribeToStreamingNotificationsOnAllFolders(EventType... eventTypes)
          Subscribes to streaming notification on all folder in the authenticated user's mailbox.
 

Uses of StreamingSubscription in microsoft.exchange.webservices.data.core.request
 

Methods in microsoft.exchange.webservices.data.core.request that return types with arguments of type StreamingSubscription
protected  SubscribeResponse<StreamingSubscription> SubscribeToStreamingNotificationsRequest.createServiceResponse(ExchangeService service, int responseIndex)
          Creates the service response.
 

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

Methods in microsoft.exchange.webservices.data.notification that return StreamingSubscription
 StreamingSubscription SubscriptionErrorEventArgs.getSubscription()
          Gets the subscription for which an error occurred.
 StreamingSubscription NotificationEventArgs.getSubscription()
          Gets the subscription for which notification have been received.
 

Methods in microsoft.exchange.webservices.data.notification with parameters of type StreamingSubscription
 void StreamingSubscriptionConnection.addSubscription(StreamingSubscription subscription)
          Adds a subscription to this connection.
 void StreamingSubscriptionConnection.removeSubscription(StreamingSubscription subscription)
          Removes the specified streaming subscription from the connection.
protected  void SubscriptionErrorEventArgs.setSubscription(StreamingSubscription value)
          Sets the subscription for which an error occurred.
protected  void NotificationEventArgs.setSubscription(StreamingSubscription value)
          Sets the events that were received.
 

Constructors in microsoft.exchange.webservices.data.notification with parameters of type StreamingSubscription
NotificationEventArgs(StreamingSubscription subscription, Iterable<NotificationEvent> events)
          Initializes a new instance of the NotificationEventArgs class.
SubscriptionErrorEventArgs(StreamingSubscription subscription, Exception exception)
          Initializes a new instance of the SubscriptionErrorEventArgs class.
 

Constructor parameters in microsoft.exchange.webservices.data.notification with type arguments of type StreamingSubscription
StreamingSubscriptionConnection(ExchangeService service, Iterable<StreamingSubscription> subscriptions, int lifetime)
          Initializes a new instance of the StreamingSubscriptionConnection class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.