The Transmit method sends the data held by the supplied DataModel to the runtime system.
This call is asynchronous. It will not wait for a reply, so it will not block the calling process.
The called must supply a callback method, which is executed when the TransmitAsynch processing completes.
Namespace: ABSuite.AccessLayer.Connector.Core
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- datamodel
- Type: SystemObject
A DataModel object containing the data to be sent to the host system for a specific ispec transaction
Return Value
Type: TaskTransmissionObjectTask<TransmissionObject>.
Remarks
See Also