StreamingSubscriptionConnection.NotificationEventDelegate Delegate

Definition

Represents a delegate that is invoked when notifications are received from the server.

public: delegate void StreamingSubscriptionConnection::NotificationEventDelegate(System::Object ^ sender, NotificationEventArgs ^ args);
public delegate void StreamingSubscriptionConnection.NotificationEventDelegate(object sender, NotificationEventArgs args);
Public Delegate Sub StreamingSubscriptionConnection.NotificationEventDelegate(sender As Object, args As NotificationEventArgs)

Parameters

sender
Object

The StreamingSubscriptionConnection instance that received the events.

args
NotificationEventArgs

The event data.

Applies to