Deletes the given alert rule from the server. A LiveViewException is thrown if the rule doesn't exist on the server.

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++ 
void DeleteAlertRule(
	long alertID
)
Sub DeleteAlertRule ( _
	alertID As Long _
)
void DeleteAlertRule(
	long long alertID
)

Parameters

alertID
Int64

See Also