Click or drag to resize

IAlarmManagerIsAlarmListEmpty Method

Checks for empty alarm list on a Management Server.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool IsAlarmListEmpty()

Return Value

Boolean
True if no alarms are in the list, false if the list contains an accepted or not accepted alarm.
Exceptions
ExceptionCondition
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also