Поделиться через


StreamingSubscriptionConnection.NotificationEventDelegate Делегат

Определение

Представляет делегат, вызываемый при получении уведомлений с сервера.

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)

Параметры

sender
Object

Экземпляр StreamingSubscriptionConnection, который получил события.

args
NotificationEventArgs

Данные события.

Применяется к