Public Member Functions | |
TransactionalState (IProtonBuffer txnId, IOutcome outcome=null) | |
TransactionalState (TransactionalState other) | |
override int | GetHashCode () |
override bool | Equals (object other) |
bool | Equals (IDeliveryState state) |
object | Clone () |
override string | ToString () |
Static Public Attributes | |
static readonly ulong | DescriptorCode = 0x0000000000000034UL |
static readonly Symbol | DescriptorSymbol = Symbol.Lookup("amqp:transactional-state:list") |
Properties | |
DeliveryStateType | Type [get] |
IProtonBuffer?? | TxnId [get, set] |
IOutcome | Outcome [get, set] |
![]() | |
DeliveryStateType | Type [get] |
Provides the enumeration that defines the delivery state type. More... | |