Click or drag to resize

EdiWriterT, UWriteAsync(TA1) Method

Write TA1 to the destination asynchronously.

Namespace: EdiFabric.Framework.Writers
Assembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax
public Task WriteAsync(
	TA1 ediSegment
)

Parameters

ediSegment  TA1
The TA1.

Return Value

Task
Task
See Also