Language

TransactionState Struct

Definition

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.

Applies to