![]() | Edi |
Name | Description | |
---|---|---|
![]() | WriteAsync(TA1) | Write TA1 to the destination asynchronously. |
![]() | WriteAsync(UNA) | Write UNA to the destination asynchronously. |
![]() | WriteAsync(T, Separators) | Writes an interchange header to the destination to start a new interchange asynchronously. Closes the previous interchange and group if any, only when AutoTrailer is set to true (default). |
![]() | WriteAsync(U, Separators) | Writes a group header to the destination to start a new group asynchronously. Closes the previous group if any, only when AutoTrailer is set to true (default). |
![]() | WriteAsync(EdiMessage, Boolean, Separators) | Writes a message to the destination asynchronously. |
![]() | WriteAsync(EdiMessage, CancellationToken, Boolean, Separators) | Writes a message to the destination asynchronously with cancellation token. |