Interface StreamingSubscriptionConnection.INotificationEventDelegate

    • 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.