Click or drag to resize

NcpdpTelcoWriter Class

Writes .NET object into NCPDP TELCO documents.
Inheritance Hierarchy
SystemObject
  EdiFabric.Framework.WritersBaseWriter
    EdiFabric.Framework.WritersNcpdpTelcoWriter

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public sealed class NcpdpTelcoWriter : BaseWriter

The NcpdpTelcoWriter type exposes the following members.

Constructors
 NameDescription
Public methodNcpdpTelcoWriter(Stream, Boolean, Encoding, Boolean, Boolean) Initializes a new instance of the NcpdpTelcoWriter class.
Public methodNcpdpTelcoWriter(String, Boolean, Boolean, Encoding, Boolean, Boolean) Initializes a new instance of the NcpdpTelcoWriter class.
Top
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