StreamingSubscriptionConnection.NotificationEventDelegate Delegado

Definición

Representa a un delegado que se invoca cuando se reciben notificaciones desde el servidor.

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)

Parámetros

sender
Object

La instancia de StreamingSubscriptionConnection que reciben los eventos.

args
NotificationEventArgs

Los datos del evento.

Se aplica a