ModuleAlarm.AckAllWithCommentsAsync Method
<ID("AckAllWithCommentsAsync", (int)e.AckAllWithComments2)> _
<EditorBrowsable(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.
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)