Click or drag to resize

EdiWriterT, U Methods

The EdiWriterT, U 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.
(Overrides BaseWriterDispose)
Public methodFlushObsolete.
Flushes the writer. Closes the last started interchange and group if any. Flushes the underlying StreamWriter to clear the buffer.
(Overrides BaseWriterFlush)
Public methodWrite(TA1) Write TA1 to the destination.
Public methodWrite(UNA) Write UNA to the destination.
Public methodWrite(T, Separators) Writes an interchange header to the destination to start a new interchange. Closes the previous interchange and group if any, only when AutoTrailer is set to true (default).
Public methodWrite(U, Separators) Writes a group header to the destination to start a new group. Closes the previous group if any, only when AutoTrailer is set to true (default).
Public methodWrite(EdiMessage, Boolean, Separators) Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators))
Public methodWriteAsync(TA1) Write TA1 to the destination asynchronously.
Public methodWriteAsync(UNA) Write UNA to the destination asynchronously.
Public methodWriteAsync(T, Separators) Writes an interchange header to the destination to start a new interchange asynchronously. Closes the previous interchange and group if any, only when AutoTrailer is set to true (default).
Public methodWriteAsync(U, Separators) Writes a group header to the destination to start a new group asynchronously. Closes the previous group if any, only when AutoTrailer is set to true (default).
Public methodWriteAsync(EdiMessage, Boolean, Separators) Writes a message to the destination asynchronously.
(Overrides BaseWriterWriteAsync(EdiMessage, Boolean, Separators))
Public methodWriteAsync(EdiMessage, CancellationToken, Boolean, Separators) Writes a message to the destination asynchronously with cancellation token.
(Overrides BaseWriterWriteAsync(EdiMessage, CancellationToken, Boolean, Separators))
Top
See Also