Gets the alert rule specified by the given id.
Namespace: StreamBase.LiveView.API.AlertsAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.3.0.4 (10.3.0.4)
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
Remarks
DEPRECATED: Use GetAlertRule(Guid) instead.