Class TransactionalState
The state of a transactional message transfer.
Inheritance
System.Object
TransactionalState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Amqp.Transactions
Assembly: Amqp.Net.dll
Syntax
public sealed class TransactionalState : DeliveryState
Constructors
TransactionalState()
Initializes a transactional state object.
Declaration
public TransactionalState()
Properties
Outcome
Gets or sets the outcome field.
Declaration
public Outcome Outcome { get; set; }
Property Value
Type | Description |
---|---|
Outcome |
TxnId
Gets or sets the txn-id field.
Declaration
public byte[] TxnId { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()