Click or drag to resize

VdaWriter Methods

The VdaWriter type exposes the following members.

Methods
 NameDescription
Public methodWrite Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators))
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