Uses of Interface
microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection.ISubscriptionErrorDelegate

Packages that use StreamingSubscriptionConnection.ISubscriptionErrorDelegate
microsoft.exchange.webservices.data.notification   
 

Uses of StreamingSubscriptionConnection.ISubscriptionErrorDelegate in microsoft.exchange.webservices.data.notification
 

Methods in microsoft.exchange.webservices.data.notification with parameters of type StreamingSubscriptionConnection.ISubscriptionErrorDelegate
 void StreamingSubscriptionConnection.addOnDisconnect(StreamingSubscriptionConnection.ISubscriptionErrorDelegate disconnect)
          Set event to happen when property disconnect.
 void StreamingSubscriptionConnection.addOnSubscriptionError(StreamingSubscriptionConnection.ISubscriptionErrorDelegate subscriptionError)
          Set event to happen when property subscriptionError.
 void StreamingSubscriptionConnection.removeDisconnect(StreamingSubscriptionConnection.ISubscriptionErrorDelegate disconnect)
          Remove the event from happening when property disconnect.
 void StreamingSubscriptionConnection.removeSubscriptionError(StreamingSubscriptionConnection.ISubscriptionErrorDelegate subscriptionError)
          Remove the event from happening when property subscription.
 



Copyright © 2012–2015 Microsoft. All rights reserved.