Removes an object from the collection

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

Syntax

C#
public void Remove(
	AlarmSubscription value
)
Visual Basic
Public Sub Remove ( _
	value As AlarmSubscription _
)
JScript
public function Remove(
	value : AlarmSubscription
)

Parameters

value
Type: Ico.Awx.Common..::..AlarmSubscription
The object that must be deleted

Exceptions

ExceptionCondition
System..::..ArgumentExceptionPre-defined objects cannot be deleted

See Also