Skip to content

NodeStream.FlushAsync method

Does nothing because Node.js Writable streams do not support flushing.

C#
public override Task FlushAsync(CancellationToken cancellationToken)

See Also

Released under the MIT license