Interface StreamingSubscriptionConnection.INotificationEventDelegate
-
- Enclosing class:
- StreamingSubscriptionConnection
public static interface StreamingSubscriptionConnection.INotificationEventDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotificationEventDelegate(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.
-
-