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

イベント データ。

適用対象