Insert the object at the top of the collection

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

Syntax

C#
public int Add(
	AlarmSubscription value
)
Visual Basic
Public Function Add ( _
	value As AlarmSubscription _
) As Integer
JScript
public function Add(
	value : AlarmSubscription
) : int

See Also