StreamingSubscriptionConnection.NotificationEventDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a delegate that is invoked when notifications are received from the server.
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)
Parameters
- sender
- Object
The StreamingSubscriptionConnection instance that received the events.
The event data.