TransmissionReturnCode Enumeration

The TransmissionReturnCode enumeration contains a integer value which indicates the state of the current transaction:

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

public enum TransmissionReturnCode
Members

  Member nameValueDescription
Ok0 Ok (0) - The transaction was successful
OkWithSwitch1 OkWithSwitch (1) - The transaction succeeded, and the runtime switched to another system
Failed2 Failed (2) - The transaction failed
DataModelVersionCheckFailed3 DataModelVersionCheckFailed (3) - The specified DataModel is out of sync with the runtime version
See Also

Reference