Vda |
The VdaWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| VdaWriter(Stream, String, Encoding, Boolean) | Initializes a new instance of the VdaWriter class. | |
| VdaWriter(String, Boolean, String, Encoding, Boolean) | Initializes a new instance of the VdaWriter class. |
| Name | Description | |
|---|---|---|
| Write |
Writes a message to the destination.
(Overrides BaseWriterWrite(EdiMessage, Boolean, Separators)) | |
| 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)) |