Click or drag to resize

BaseWriter Methods

The BaseWriter type exposes the following members.

Methods
 NameDescription
Public methodDispose Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer.
Public methodFlushObsolete.
Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer.
Public methodWrite Writes a message to the destination.
Public methodWriteAsync(EdiMessage, Boolean, Separators) Writes a message to the destination asynchronously.
Public methodWriteAsync(EdiMessage, CancellationToken, Boolean, Separators) Writes a message to the destination asynchronously with cancellation token.
Top
See Also