AlarmGroup.AckAllWithComments Method

Ack all alarm items with comment
<ID("AckAllWithComments", (int)e.AckAllWithComments1)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function AckAllWithComments( _ 
ByVal comment As String
) As Boolean
This language is not supported or no code example is available.
[ID("AckAllWithComments", (int)e.AckAllWithComments1)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool AckAllWithComments( 
string comment 
)
This language is not supported or no code example is available.

Parameters

comment
string

String containg comment

Return Value

bool

Always true

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition