Uses of Interface
microsoft.exchange.webservices.data.notification.StreamingSubscriptionConnection.ISubscriptionErrorDelegate
-
Packages that use StreamingSubscriptionConnection.ISubscriptionErrorDelegate Package Description 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 Modifier and Type Method Description voidStreamingSubscriptionConnection. addOnDisconnect(StreamingSubscriptionConnection.ISubscriptionErrorDelegate disconnect)Set event to happen when property disconnect.voidStreamingSubscriptionConnection. addOnSubscriptionError(StreamingSubscriptionConnection.ISubscriptionErrorDelegate subscriptionError)Set event to happen when property subscriptionError.voidStreamingSubscriptionConnection. removeDisconnect(StreamingSubscriptionConnection.ISubscriptionErrorDelegate disconnect)Remove the event from happening when property disconnect.voidStreamingSubscriptionConnection. removeSubscriptionError(StreamingSubscriptionConnection.ISubscriptionErrorDelegate subscriptionError)Remove the event from happening when property subscription.
-