Gets the alert rule specified by the given GUID.

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++ 
IAlertRule GetAlertRule(
	Guid alertGUID
)
Function GetAlertRule ( _
	alertGUID As Guid _
) As IAlertRule
IAlertRule^ GetAlertRule(
	Guid alertGUID
)

Parameters

alertGUID
Guid
A Guid representing the alert

Return Value

See Also