Notifications/StreamingSubscriptionConnection library

Classes

StreamingSubscriptionConnection
Represents a connection to an ongoing stream of events.

Typedefs

NotificationEventDelegate = void Function(Object sender, NotificationEventArgs args)
Represents a delegate that is invoked when notifications are received from the server
SubscriptionErrorDelegate = void Function(Object sender, SubscriptionErrorEventArgs args)
Represents a delegate that is invoked when an error occurs within a streaming subscription connection.