DataSource Notification.NET  6.2.4-347-7da6b22
 All Classes Namespaces Functions Properties Pages
Public Member Functions | List of all members
Caplin.DataSource.Notification.INotificationApplicationListener Interface Reference

You must implement this interface. The Notification API will call back on this interface to inform you that a user has logged in and requested their notifications. This is passed into the constructor of NotificationProvider. Once a NotificationChannel has been opened, Notifications can be sent on it. More...

Public Member Functions

void NotificationChannelClosed (Caplin.DataSource.Notification.INotificationChannel channel)
 Callback invoked when a discard for a notification channel is received. More...
 
void NotificationChannelOpened (Caplin.DataSource.Notification.INotificationChannel channel)
 Callback invoked when a request for the notification channel is received. More...
 

Detailed Description

You must implement this interface. The Notification API will call back on this interface to inform you that a user has logged in and requested their notifications. This is passed into the constructor of NotificationProvider. Once a NotificationChannel has been opened, Notifications can be sent on it.

Member Function Documentation

void Caplin.DataSource.Notification.INotificationApplicationListener.NotificationChannelClosed ( Caplin.DataSource.Notification.INotificationChannel  channel)

Callback invoked when a discard for a notification channel is received.

Parameters
channelINotificationChannel that is closed.
void Caplin.DataSource.Notification.INotificationApplicationListener.NotificationChannelOpened ( Caplin.DataSource.Notification.INotificationChannel  channel)

Callback invoked when a request for the notification channel is received.

Parameters
channelINotificationChannel on which to send Notifications.

Generated on Thu Apr 6 2017 14:38:06 for DataSource Notification.NET