NotificationEventDelegate typedef

NotificationEventDelegate = void Function(Object sender, NotificationEventArgs args)
Represents a delegate that is invoked when notifications are received from the server The StreamingSubscriptionConnection instance that received the events. The event data.

Implementation

typedef NotificationEventDelegate = void Function(
    Object sender, NotificationEventArgs args);