| 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.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax [ObsoleteAttribute("Flush is deprecated, use the Dispose method of the BaseWriter instead (either implicitly or explicitly).")]
public virtual void Flush()
<ObsoleteAttribute("Flush is deprecated, use the Dispose method of the BaseWriter instead (either implicitly or explicitly).")>
Public Overridable Sub Flush
See Also