HistorianTable.SaveToTextFileAsync (DateTime, DateTime) Method

Save historian to text file
<ID("SaveToTextFileAsync", (int)e.SaveToTextFileAsync2)> _ 
Public Function SaveToTextFileAsync( _ 
ByVal start As Date, _ 
ByVal end As Date
) As Task(Of Boolean)
This language is not supported or no code example is available.
[ID("SaveToTextFileAsync", (int)e.SaveToTextFileAsync2)] 
public Task<bool> SaveToTextFileAsync( 
DateTime start
DateTime end 
)
This language is not supported or no code example is available.

Parameters

start
DateTime

Star date time

end
DateTime

End date time

Return Value

Task<bool>

Flag indicating success (true) or fail (false)

.NET Framework

Supported in: 4.8

In this article

Definition