StreamingSubscriptionConnection.NotificationEventDelegate Delegar

Definição

Representa um delegado que é invocado quando as notificações são recebidas do 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

A instância StreamingSubscriptionConnection que recebeu os eventos.

args
NotificationEventArgs

Os dados do evento.

Aplica-se a