Remove Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmAlarms.Remove Method

This function removes an arm alarm.


[Visual Basic]
Public Sub Remove( _
   ByVal AlarmName As String _
)

[C#]
public void Remove(
   String AlarmName
);

[C++]
HRESULT Remove(
   BSTR AlarmName
);

Parameters

AlarmName
Specifies the name of the arm alarm to remove.

Remarks

Any resources associated with this alarm should be freed. The AlarmName parameter is case-insensitive.

See Also

IIviLxiSyncArmAlarms Interface | IIviLxiSyncArmAlarms Members | Ivi.LxiSync.Interop Namespace