Issues a Delete query when the alert is triggered.
Namespace: StreamBase.LiveView.API.AlertsAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.3.4 (10.6.3.4)
Syntax
| C# | Visual Basic | Visual C++ |
public interface IIssueDeleteQueryAction : IAlertRuleAction
Public Interface IIssueDeleteQueryAction _ Inherits IAlertRuleAction
public interface class IIssueDeleteQueryAction : IAlertRuleAction
Members
| All Members | Properties |
| 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.) | |
| IsEnabled |
Whether this action is currently enabled.
(Inherited from IAlertRuleAction.) | |
| Predicate |
The predicate to use when issuing the Delete query.
| |
| Table |
The name of the table on which to run the Delete query.
|