microsoft.exchange.webservices.data.notification
Interface StreamingSubscriptionConnection.INotificationEventDelegate

Enclosing class:
StreamingSubscriptionConnection

public static interface StreamingSubscriptionConnection.INotificationEventDelegate


Method Summary
 void notificationEventDelegate(Object sender, NotificationEventArgs args)
          Represents a delegate that is invoked when notification are received from the server
 

Method Detail

notificationEventDelegate

void notificationEventDelegate(Object sender,
                               NotificationEventArgs args)
Represents a delegate that is invoked when notification are received from the server

Parameters:
sender - The StreamingSubscriptionConnection instance that received the events.
args - The event data.


Copyright © 2012–2015 Microsoft. All rights reserved.