Ncpdp |
The NcpdpTelcoWriter type exposes the following members.
Name | Description | |
---|---|---|
Dispose |
Flushes the writer.
Closes the last started interchange and group if any.
Flushes the underlying StreamWriter to clear the buffer.
(Overrides BaseWriterDispose) | |
Write(TransmissionHeader, String) | Writes a transmission header to the destination to start a new transmission. Closes the previous transmission if any. | |
Write(EdiMessage, Boolean, Separators) |
Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators)) | |
WriteAsync(TransmissionHeader, String) | Writes a transmission header to the destination to start a new transmission asynchronously. Closes the previous transmission if any. | |
WriteAsync(EdiMessage, Boolean, Separators) |
Writes a message to the destination asynchronously.
(Overrides BaseWriterWriteAsync(EdiMessage, Boolean, Separators)) | |
WriteAsync(EdiMessage, CancellationToken, Boolean, Separators) |
Writes a message to the destination asynchronously with cancellation token.
(Overrides BaseWriterWriteAsync(EdiMessage, CancellationToken, Boolean, Separators)) |