| EdiWriterT, UWriteAsync(T, Separators) Method |
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).
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public abstract Task WriteAsync(
T interchangeHeader,
Separators separators = null
)
Public MustOverride Function WriteAsync (
interchangeHeader As T,
Optional separators As Separators = Nothing
) As Task
Parameters
- interchangeHeader T
- The interchange header.
- separators Separators (Optional)
- The separators.
Allows to write multiple interchanges to the destination, each with its own separators.
Return Value
TaskTask
See Also