'Declaration Public Overloads Function LoadCsvAsync( _ ByVal stream As System.IO.Stream _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadCsvAsync( System.IO.Stream stream )
Parameters
- stream
- A stream containing data in .csv format.
Return Value
The task of represents an asynchronous operation.