Click or drag to resize

NcpdpTelcoWriter Methods

The NcpdpTelcoWriter 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 methodWrite(TransmissionHeader, String) Writes a transmission header to the destination to start a new transmission. Closes the previous transmission if any.
Public methodWrite(EdiMessage, Boolean, Separators) Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators))
Public methodWriteAsync(TransmissionHeader, String) Writes a transmission header to the destination to start a new transmission asynchronously. Closes the previous transmission if any.
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