|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StreamingSubscription in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return StreamingSubscription | |
|---|---|
StreamingSubscription |
SubscriptionErrorEventArgs.getSubscription()
Gets the subscription for which an error occurred. |
StreamingSubscription |
NotificationEventArgs.getSubscription()
Gets the subscription for which notifications have been received. |
StreamingSubscription |
ExchangeService.subscribeToStreamingNotifications(Iterable<FolderId> folderIds,
EventType... eventTypes)
Subscribes to streaming notifications. |
StreamingSubscription |
ExchangeService.subscribeToStreamingNotificationsOnAllFolders(EventType... eventTypes)
Subscribes to streaming notifications on all folders in the authenticated user's mailbox. |
| Methods in microsoft.exchange.webservices.data 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 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 with type arguments of type StreamingSubscription | |
|---|---|
StreamingSubscriptionConnection(ExchangeService service,
Iterable<StreamingSubscription> subscriptions,
int lifetime)
Initializes a new instance of the StreamingSubscriptionConnection class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||