Proton DotNet
Public Attributes | Static Public Attributes | List of all members
Apache.Qpid.Proton.Client.Implementation.ClientAccepted Class Reference

Client version of the proton Accepted delivery state More...

Inheritance diagram for Apache.Qpid.Proton.Client.Implementation.ClientAccepted:
Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState Apache.Qpid.Proton.Client.IDeliveryState

Public Attributes

override DeliveryStateType Type => DeliveryStateType.Accepted
 
override Types.Transport.IDeliveryState ProtonDeliveryState => Accepted.Instance
 
- Public Attributes inherited from Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState
bool IsAccepted => Type == DeliveryStateType.Accepted
 

Static Public Attributes

static readonly ClientAccepted Instance = new()
 

Additional Inherited Members

- Static Public Member Functions inherited from Apache.Qpid.Proton.Client.IDeliveryState
static IDeliveryState Accepted ()
 Returns an instance of a delivery state that accepts a delivery More...
 
static IDeliveryState Released ()
 Returns an instance of a delivery state that releases a delivery More...
 
static IDeliveryState Rejected (string condition, string description=null)
 Returns an instance of a delivery state that rejects a delivery More...
 
static IDeliveryState Modified (bool deliveryFailed, bool undeliverableHere=false)
 Returns an instance of a delivery state that modifies a delivery More...
 
- Properties inherited from Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState
abstract DeliveryStateType Type [get]
 
abstract Types.Transport.IDeliveryState ProtonDeliveryState [get]
 
- Properties inherited from Apache.Qpid.Proton.Client.IDeliveryState
DeliveryStateType Type [get]
 Returns an enumeration value which indicates what type of DeliveryState this instance represents. More...
 
bool IsAccepted [get]
 Quick access to determine if the state value indicates the delivery was accepted. More...
 

Detailed Description

Client version of the proton Accepted delivery state


The documentation for this class was generated from the following file: