|
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: 10.4.1.0 (10.4.1.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