The type of action taken when the alert triggers.

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

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.
INVOKE_HTTP6
Invoke an HTTP request
ISSUE_DELETE_QUERY7
Issues a Delete query.

See Also