Interface StreamingSubscriptionConnection.ISubscriptionErrorDelegate

    • Method Detail

      • subscriptionErrorDelegate

        void subscriptionErrorDelegate​(Object sender,
                                       SubscriptionErrorEventArgs args)
        Represents a delegate that is invoked when an error occurs within a streaming subscription connection.
        Parameters:
        sender - The StreamingSubscriptionConnection instance within which the error occurred.
        args - The event data.