Creates a new alert rule. The returned object must be added to the server once configured for it to take effect.

All of the properties of the returned IAlertRule have initial values, but no initial value is guaranteed to be valid.

After valid property values have been assigned, the rule can be added to the server using SetAlertRule(IAlertRule)

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++ 
IAlertRule CreateAlertRule()
Function CreateAlertRule As IAlertRule
IAlertRule^ CreateAlertRule()

Return Value

See Also