The Transmit method sends the data held by the supplied DataModel to the runtime system and waits for a reply.
This call is a synchronous call, so it will block the calling process.
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: TransmissionObjectA TransmissionObject containing the results of the transaction - The TransmissionReturnCode will indicate the success or failure - The DataModel object will contain information about the response from the host system
See Also