Class FlightClientRecordBatchStreamWriter
public class FlightClientRecordBatchStreamWriter : FlightRecordBatchStreamWriter, IDisposable, IClientStreamWriter<RecordBatch>, IAsyncStreamWriter<RecordBatch>
- Inheritance
-
FlightClientRecordBatchStreamWriter
- Implements
- Inherited Members
Methods
CompleteAsync()
Completes/closes the stream. Can only be called once there is no pending write. No writes should follow calling this.
public Task CompleteAsync()
Returns
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool