StreamLink.NET  7.1.6-7.1.6-3952-ee12172
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.Alerts.INotification Interface Reference

A Notification is an object that can be sent to notify a user of a particular event. More...

Properties

string Id [get]
 Gets the unique id of the notification, can be used to dismiss the notification from More...
 
IDictionary< string, string > Parameters [get]
 Gets a map that contains the notification data fields. More...
 

Detailed Description

A Notification is an object that can be sent to notify a user of a particular event.

Notifications can be created by ITrigger's firing when their conditions are met or by being sent from a Notifications adapter.

Property Documentation

string Caplin.StreamLink.Alerts.INotification.Id
get

Gets the unique id of the notification, can be used to dismiss the notification from

** the NotificationProvider.

  • the unique id.
IDictionary<string,string> Caplin.StreamLink.Alerts.INotification.Parameters
get

Gets a map that contains the notification data fields.

  • the map of parameters.

Generated on Tue Apr 28 2020 06:25:31 for StreamLink.NET