| X12WriterWriteAsync(GS, Separators) Method |
Writes a group header to the destination to start a new group asynchronously.
Closes the last started group if any.
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public override Task WriteAsync(
GS groupHeader,
Separators separators = null
)
Public Overrides Function WriteAsync (
groupHeader As GS,
Optional separators As Separators = Nothing
) As Task
Parameters
- groupHeader GS
- The group header.
- separators Separators (Optional)
- The separators.
Allows to write multiple groups to the destination, each with its own separators.
Return Value
TaskTask
See Also