| NcpdpScriptWriterWrite(UIB, Separators) Method |
Writes an interchange header to the destination to start a new interchange.
Closes the previous interchange and group if any.
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public override void Write(
UIB interchangeHeader,
Separators separators = null
)
Public Overrides Sub Write (
interchangeHeader As UIB,
Optional separators As Separators = Nothing
)
Parameters
- interchangeHeader UIB
- The interchange header.
- separators Separators (Optional)
- The separators.
Allows to write multiple interchanges to the destination, each with its own separators.
See Also