Gets the alert rule specified by the given id.

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 GetAlertRule(
	long alertID
)
Function GetAlertRule ( _
	alertID As Long _
) As IAlertRule
IAlertRule^ GetAlertRule(
	long long alertID
)

Parameters

alertID
Int64

Return Value

See Also