microsoft.exchange.webservices.data
Interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate

Enclosing class:
StreamingSubscriptionConnection

public static interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate


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

Method Detail

subscriptionErrorDelegate

void subscriptionErrorDelegate(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.


Copyright © 2012. All Rights Reserved.