microsoft.exchange.webservices.data
Interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate

Enclosing class:
StreamingSubscriptionConnection

public static interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate


Method Summary
 void subscriptionErrorDelegate(java.lang.Object sender, SubscriptionErrorEventArgs args)
          Represents a delegate that is invoked when an error occurs within a streaming subscription connection.
 

Method Detail

subscriptionErrorDelegate

void subscriptionErrorDelegate(java.lang.Object sender,
                               SubscriptionErrorEventArgs args)
Represents a delegate that is invoked when an error occurs within a streaming subscription connection.

Parameters:
sender - The StreamingSubscriptionConnection instance within which the error occurred.
args - The event data.