Delete optional alarm, by its name. (supoorted only on Intel AMT version 8.0 or greater).

Namespace:  Intel.Manageability.AlarmClock
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
void DeleteOptionalAlarm(
	string alarmName
)
Visual Basic (Declaration)
Sub DeleteOptionalAlarm ( _
	alarmName As String _
)

Parameters

alarmName
Type: System..::.String
string, Optional Alarm Name to delete.

See Also