Click or drag to resize

Hl7WriterWriteAsync(FHS, Separators) Method

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: 1.0.0
Syntax
public override Task WriteAsync(
	FHS interchangeHeader,
	Separators separators = null
)

Parameters

interchangeHeader  FHS
The interchange header.
separators  Separators  (Optional)
The separators. Allows to write multiple interchanges to the destination, each with its own separators.

Return Value

Task
Task
See Also