Click or drag to resize

BaseWriterFlush Method

Note: This API is now obsolete.

Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
[ObsoleteAttribute("Flush is deprecated, use the Dispose method of the BaseWriter instead (either implicitly or explicitly).")]
public virtual void Flush()
See Also