ConfidentialLedgerModelFactory.TransactionStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response returned to a query for the transaction status.
public static Azure.Security.ConfidentialLedger.Models.TransactionStatus TransactionStatus(Azure.Security.ConfidentialLedger.Models.TransactionState state = default, string transactionId = default);
static member TransactionStatus : Azure.Security.ConfidentialLedger.Models.TransactionState * string -> Azure.Security.ConfidentialLedger.Models.TransactionStatus
Public Shared Function TransactionStatus (Optional state As TransactionState = Nothing, Optional transactionId As String = Nothing) As TransactionStatus
Parameters
- state
- TransactionState
Represents the state of the transaction.
- transactionId
- String
A unique identifier for the state of the ledger. If returned as part of a LedgerEntry, it indicates the state from which the entry was read.
Returns
A new TransactionStatus instance for mocking.