StreamLink.NET  7.1.5-7.1.5-3946-4e293d0
 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 Mar 24 2020 11:57:50 for StreamLink.NET