IPluginSerializer.WriteRecordToAsync(Stream, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task WriteRecordToAsync (System.IO.Stream destinationStream, bool flush = true);
abstract member WriteRecordToAsync : System.IO.Stream * bool -> System.Threading.Tasks.Task
Public Function WriteRecordToAsync (destinationStream As Stream, Optional flush As Boolean = true) As Task
Parameters
- destinationStream
- Stream
- flush
- Boolean