Proton DotNet
Loading...
Searching...
No Matches
Properties | List of all members
Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState Class Referenceabstract

Client implementation of a delivery state mapping to the proton types. More...

Inheritance diagram for Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState:
Apache.Qpid.Proton.Client.IDeliveryState Apache.Qpid.Proton.Client.Implementation.ClientAccepted Apache.Qpid.Proton.Client.Implementation.ClientModified Apache.Qpid.Proton.Client.Implementation.ClientRejected Apache.Qpid.Proton.Client.Implementation.ClientReleased Apache.Qpid.Proton.Client.Implementation.ClientTransactional

Properties

virtual bool IsAccepted [get]
 Quick access to determine if the state value indicates the delivery was accepted.
 
DeliveryStateType Type [get]
 Returns an enumeration value which indicates what type of DeliveryState this instance represents.
 
Types.Transport.IDeliveryState ProtonDeliveryState [get]
 
- Properties inherited from Apache.Qpid.Proton.Client.IDeliveryState

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.
 
static IDeliveryState Released ()
 Returns an instance of a delivery state that releases a delivery.
 
static IDeliveryState Rejected (string condition, string description=null)
 Returns an instance of a delivery state that rejects a delivery.
 
static IDeliveryState Modified (bool deliveryFailed, bool undeliverableHere=false)
 Returns an instance of a delivery state that modifies a delivery.
 

Detailed Description

Client implementation of a delivery state mapping to the proton types.

Property Documentation

◆ IsAccepted

virtual bool Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState.IsAccepted
get

Quick access to determine if the state value indicates the delivery was accepted.

Implements Apache.Qpid.Proton.Client.IDeliveryState.

◆ Type

DeliveryStateType Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState.Type
getabstract

Returns an enumeration value which indicates what type of DeliveryState this instance represents.

Implements Apache.Qpid.Proton.Client.IDeliveryState.


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