AlarmGroup.AckAllWithCommentsAsync Method

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

Parameters

comment
string

String containg comment

user
string

User name

pass
string

User password

Return Value

Task<bool>

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition