ModuleAlarm.SaveToTextFileAsync (String, String) Method

Save alarms to text file
<ID("SaveToTextFileAsync", (int)e.SaveToTextFileAsync4)> _ 
<EditorBrowsable(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.
[ID("SaveToTextFileAsync", (int)e.SaveToTextFileAsync4)] 
[EditorBrowsable(EditorBrowsableState.Advanced)] 
public Task<bool> SaveToTextFileAsync( 
string start
string end 
)
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)

.NET Framework

Supported in: 4.8

In this article

Definition