Uses of Class
microsoft.exchange.webservices.data.notification.StreamingSubscription
-
Packages that use StreamingSubscription Package Description 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 Modifier and Type Method Description StreamingSubscriptionExchangeService. endSubscribeToStreamingNotifications(IAsyncResult asyncResult)Ends an asynchronous request to subscribe to push notification in the authenticated user's mailbox.StreamingSubscriptionExchangeService. subscribeToStreamingNotifications(Iterable<FolderId> folderIds, EventType... eventTypes)Subscribes to streaming notification.StreamingSubscriptionExchangeService. 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 Modifier and Type Method Description 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 Modifier and Type Method Description StreamingSubscriptionNotificationEventArgs. getSubscription()Gets the subscription for which notification have been received.StreamingSubscriptionSubscriptionErrorEventArgs. getSubscription()Gets the subscription for which an error occurred.Methods in microsoft.exchange.webservices.data.notification with parameters of type StreamingSubscription Modifier and Type Method Description voidStreamingSubscriptionConnection. addSubscription(StreamingSubscription subscription)Adds a subscription to this connection.voidStreamingSubscriptionConnection. removeSubscription(StreamingSubscription subscription)Removes the specified streaming subscription from the connection.protected voidNotificationEventArgs. setSubscription(StreamingSubscription value)Sets the events that were received.protected voidSubscriptionErrorEventArgs. setSubscription(StreamingSubscription value)Sets the subscription for which an error occurred.Constructors in microsoft.exchange.webservices.data.notification with parameters of type StreamingSubscription Constructor Description 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 Constructor Description StreamingSubscriptionConnection(ExchangeService service, Iterable<StreamingSubscription> subscriptions, int lifetime)Initializes a new instance of the StreamingSubscriptionConnection class.
-