Represents the action taken when an alert triggers.

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IAlertRuleAction
Public Interface IAlertRuleAction
public interface class IAlertRuleAction

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ActionType
The type of action that will be taken when the alert fires.
Description
The description text for this alert rule.
IsEnabled
Whether this action is currently enabled.

See Also