public static interface StreamingSubscriptionConnection.INotificationEventDelegate
Modifier and Type | Method and Description |
---|---|
void |
notificationEventDelegate(Object sender,
NotificationEventArgs args)
Represents a delegate that is invoked when notification are received
from the server
|
void notificationEventDelegate(Object sender, NotificationEventArgs args)
sender
- The StreamingSubscriptionConnection instance that received
the events.args
- The event data.Copyright © 2012–2015 Microsoft. All rights reserved.