|
X12WriterWriteAsync Method (ISA, Separators)
|
Writes an interchange header to the destination to start a new interchange asynchronously.
Closes the previous interchange and group if any.
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic override Task WriteAsync(
ISA interchangeHeader,
Separators separators = null
)
Public Overrides Function WriteAsync (
interchangeHeader As ISA,
Optional separators As Separators = Nothing
) As Task
Parameters
- interchangeHeader
- Type: EdiFabric.Core.Model.Edi.X12ISA
The interchange header. - separators (Optional)
- Type: EdiFabric.FrameworkSeparators
The separators.
Allows to write multiple interchanges to the destination, each with its own separators.
Return Value
Type:
TaskTask
See Also