| EdiWriterT, UWriteAsync(UNA) Method |
Write UNA to the destination asynchronously.
Namespace: EdiFabric.Framework.WritersAssembly: EdiFabric (in EdiFabric.dll) Version: 10.7.4.0
Syntax public Task WriteAsync(
UNA ediSegment
)
Public Function WriteAsync (
ediSegment As UNA
) As Task
Parameters
- ediSegment UNA
- The UNA.
Return Value
TaskTask
See Also