The type of action taken when the 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 enum ActionType
Public Enumeration ActionType
public enum class ActionType

Members

MemberValueDescription
SEND_EMAIL0
Send an email.
EXECUTE_JAVA1
Execute a Java action on the server.
EXECUTE_OS_COMMAND2
Execute an OS command on the server.
PUBLISH_ALERT3
Adds an alert to the alert table.
LV_PUBLISH_ALERT4
Publish to the specified table.
SEND_TUPLE5
Send a tuple to a named input stream.
ISSUE_DELETE_QUERY6
Issues a Delete query.

See Also