DatasetFile.SaveCommandAsync Method

Saves the values of the tags configured in the Objects property to the file indicated by the FileName property.
<ID("SaveCommandAsync", (int)e.SaveCommandAsync1)> _ 
Public Function SaveCommandAsync() As Task(Of Integer)
This language is not supported or no code example is available.
[ID("SaveCommandAsync", (int)e.SaveCommandAsync1)] 
public Task<int> SaveCommandAsync()
This language is not supported or no code example is available.

Return Value

Task<int>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition