Click or drag to resize

NcpdpTelcoWriterWrite(EdiMessage, Boolean, Separators) Method

Writes a message to the destination.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 1.0.0
Syntax
public override void Write(
	EdiMessage message,
	bool autoTrailer = true,
	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.
See Also