Gets all available alert rules from the server for the given user. A user name of "*" or null returns all users' alerts.

"user" is currently just an opaque string that is used as a key in setting and getting alerts. There is no validation or authentication done with or for this opaque string.

Blocks until all AlertRules are returned.

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++ 
IList<IAlertRule> GetAlertRules(
	string user
)
Function GetAlertRules ( _
	user As String _
) As IList(Of IAlertRule)
IList<IAlertRule^>^ GetAlertRules(
	String^ user
)

Parameters

user
String

Return Value

See Also