Publish to an arbitrary table when this alert triggers.
Namespace: StreamBase.LiveView.API.AlertsAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.4.2 (10.6.4.2)
Syntax
C# | Visual Basic | Visual C++ |
public interface ILVPublishAlertAction : IAlertRuleAction
Public Interface ILVPublishAlertAction _ Inherits IAlertRuleAction
public interface class ILVPublishAlertAction : IAlertRuleAction
Members
All Members | Properties |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
ActionType |
The type of action that will be taken when the alert fires.
(Inherited from IAlertRuleAction.) | |
Description |
The description text for this alert rule.
(Inherited from IAlertRuleAction.) | |
FieldSubstitutions |
Map of field substitutions.
Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.
| |
IsEnabled |
Whether this action is currently enabled.
(Inherited from IAlertRuleAction.) | |
LVURI |
URI of the LiveView server to which to publish.
| |
TableName |
Table to which to publish.
|