AlarmGroup.SaveToTextFileAsync (String, String) Method
<ID("SaveToTextFileAsync", (int)e.SaveToTextFileASync4)> _
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _
Public Function SaveToTextFileAsync( _
ByVal start As String, _
ByVal end As String _
) As Task(Of Boolean)
This language is not supported or no code example is available.
Parameters
- start
- string
Star date time
- end
- string
End date time
Return Value
Task<bool>Flag indicating success (true) or fail (false)