Compartir a través de


StreamingSubscriptionConnection.NotificationEventDelegate Delegado

Definición

Representa un delegado que se invoca cuando se reciben notificaciones del 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 recibió los eventos.

args
NotificationEventArgs

Los datos del evento.

Se aplica a