TransactionState Struct
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.
Represents the state of the transaction.
public readonly struct TransactionState : IEquatable<Azure.Security.ConfidentialLedger.Models.TransactionState>
type TransactionState = struct
Public Structure TransactionState
Implements IEquatable(Of TransactionState)
- Inheritance
-
TransactionState
- Implements
Constructors
| Name | Description |
|---|---|
| TransactionState(String) |
Initializes a new instance of TransactionState. |
Properties
| Name | Description |
|---|---|
| Committed |
The transaction is committed. |
| Pending |
The transaction is pending. |
Methods
| Name | Description |
|---|---|
| Equals(TransactionState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TransactionState, TransactionState) |
Determines if two TransactionState values are the same. |
| Implicit(String to Nullable<TransactionState>) | |
| Implicit(String to TransactionState) |
Converts a string to a TransactionState. |
| Inequality(TransactionState, TransactionState) |
Determines if two TransactionState values are not the same. |