'Declaration Public Overloads Function SaveCsvAsync( _ ByVal stream As System.IO.Stream _ ) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task SaveCsvAsync( System.IO.Stream stream )
Parameters
- stream
- The target stream.
Return Value
The task of represents an asynchronous operation.