AlarmGroup.ActivateCustomAlarmsAsync Method

Activate custom alarms
<ID("ActivateCustomAlarmsAsync", (int)e.ActivateCustomAlarmsAsync)> _ 
Public Overridable Function ActivateCustomAlarmsAsync( _ 
ByVal items As AlarmCustomInfo() _ 
) As Task
This language is not supported or no code example is available.
[ID("ActivateCustomAlarmsAsync", (int)e.ActivateCustomAlarmsAsync)] 
public virtual Task ActivateCustomAlarmsAsync( 
AlarmCustomInfo[] items 
)
This language is not supported or no code example is available.

Parameters

items
AlarmCustomInfo[]

Array of AlarmCustomInfo with information to Activate alarms

Return Value

Task

.NET Framework

Supported in: 4.8

In this article

Definition