Given an alarm tag retrieves the categories exposed by the alarm server associated with the tag

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static void GetCategoriesAsync(
	string tag,
	Action<List<EventCategory>, Object> callback,
	Object userState
)
Visual Basic
Public Shared Sub GetCategoriesAsync ( _
	tag As String, _
	callback As Action(Of List(Of EventCategory), Object), _
	userState As Object _
)
JScript
public static function GetCategoriesAsync(
	tag : String, 
	callback : Action<List<EventCategory>, Object>, 
	userState : Object
)

Parameters

tag
Type: System..::..String
callback
Type: System..::..Action<(Of <(<'List<(Of <(<'EventCategory>)>)>, Object>)>)>
userState
Type: System..::..Object

See Also