GetTransactionStatus
Description
Returns a set of transaction status rows based on a transaction key.
This methods returns a standard .Net DataSet. The fields in the data set returned are: * WebserviceName The name of the web service that was used. * MethodName The name of the method that was invoked on the web service. * ErrorFlag A flag indicating if the transaction failed. False if it failed, else True. * ErrorString A string containing the error message if the transaction failed. * Performed When the transaction was performed. * CustomKey The transaction key that was used. Will be the same key that is used to retrieve these transaction entries. |
Signature
DataSet GetTransactionStatus(string key, int transactionKey)