Click or drag to resize

VdaWriterWriteAsync(EdiMessage, Boolean, Separators) Method

Writes a message to the destination asynchronously.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public override Task WriteAsync(
	EdiMessage message,
	bool autoTrailer = false,
	Separators separators = null
)

Parameters

message  EdiMessage
The message to write.
autoTrailer  Boolean  (Optional)
Whether to auto generate the trailer. True by default.
separators  Separators  (Optional)
The separators. Allows to write multiple messages to the destination, each with its own separators.

Return Value

Task
Task
See Also