Removes an object from the collection
Namespace: Ico.Awx.CommonAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentException | Pre-defined objects cannot be deleted |