StreamLink.NET  6.2.5-3365-c52f31b
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Properties | List of all members
Caplin.StreamLink.Alerts.ITrigger Interface Reference

A Trigger is an object associated with a particular RTTP subject that contains a condition (on the given subjects fields) that when met will trigger a notification message. More...

Properties

string Condition [get]
 Gets the condition that must be met for this trigger to fire a notification. More...
 
IDictionary< string, string > Parameters [get]
 Gets a map containing the trigger parameters. More...
 
Caplin.StreamLink.Alerts.TriggerState State [get]
 Gets the current state of the trigger. More...
 
string Subject [get]
 Gets the rttp subject associated with this trigger. More...
 
string TriggerId [get]
 Gets the unique id of the trigger. More...
 

Detailed Description

A Trigger is an object associated with a particular RTTP subject that contains a condition (on the given subjects fields) that when met will trigger a notification message.

Property Documentation

string Caplin.StreamLink.Alerts.ITrigger.Condition
get

Gets the condition that must be met for this trigger to fire a notification.

The format of the condition is the same as that for record filters. For more details on the format of the condition string, please see the StreamLink Overview document.

the trigger condition.

IDictionary<string,string> Caplin.StreamLink.Alerts.ITrigger.Parameters
get

Gets a map containing the trigger parameters.

a map containing the trigger parameters.

Caplin.StreamLink.Alerts.TriggerState Caplin.StreamLink.Alerts.ITrigger.State
get

Gets the current state of the trigger.

the triggers state.

string Caplin.StreamLink.Alerts.ITrigger.Subject
get

Gets the rttp subject associated with this trigger.

the rttp subject associated with this trigger.

string Caplin.StreamLink.Alerts.ITrigger.TriggerId
get

Gets the unique id of the trigger.

the unique id of the trigger.


Generated on Wed May 13 2015 10:27:18 for StreamLink.NET