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: 11.1.0.0 (11.1.0.8)

Syntax

         
 C#  Visual Basic  Visual C++ 
void DeleteAlertRule(
	Guid alertGUID
)
Sub DeleteAlertRule ( _
	alertGUID As Guid _
)
void DeleteAlertRule(
	Guid alertGUID
)

Parameters

alertGUID
Guid
A Guid representing the alert to delete

See Also