The TransactionData type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CompletedAction |
Gets or sets the completed action to be called when the transaction results are available.
| |
| ForceOutOfBand |
Gets or sets a value indicating whether to force receiving the transaction results "out of band".
| |
| Parameters |
Gets the Parameters.
| |
| ProcedureName |
Gets or sets ProcedureName.
| |
| ResultSet |
Gets the ResultSet.
| |
| ReturnCode |
Gets or sets ReturnCode.
| |
| TransactionName |
Gets or sets TransactionName.
| |
| TransactionToken |
Gets the transaction token associated with this TransactionData.
| |
| UserState |
Gets or sets extended data to be stored on the transaction data.
| |
| WarningMessage |
Gets or sets WarningMessage.
| |
| WasOutOfBandUsed |
Gets a value indicating whether the transaction results were sent "out of band".
|