|
EdiWriterT, UWriteAsync Method (U, Separators)
|
Writes a group header to the destination to start a new group asynchronously.
Closes the previous group if any, only when AutoTrailer is set to true (default).
Namespace:
EdiFabric.Framework.Writers
Assembly:
EdiFabric (in EdiFabric.dll) Version: 10.4.1.0 (10.4.1.0)
Syntaxpublic abstract Task WriteAsync(
U groupHeader,
Separators separators = null
)
Public MustOverride Function WriteAsync (
groupHeader As U,
Optional separators As Separators = Nothing
) As Task
Parameters
- groupHeader
- Type: U
The group header. - separators (Optional)
- Type: EdiFabric.FrameworkSeparators
The separators.
Allows to write multiple groups to the destination, each with its own separators.
Return Value
Type:
TaskTask
See Also