Proton DotNet
Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Client.Implementation.ClientRejected Class Reference

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

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

Public Member Functions

 ClientRejected (string condition, string description)
 Create a new Rejected client delivery state with the provided information. More...
 
 ClientRejected (string condition, string description, IDictionary< string, object > info)
 Create a new Rejected client delivery state with the provided information. More...
 

Properties

override DeliveryStateType Type [get]
 
override Types.Transport.IDeliveryState ProtonDeliveryState [get]
 
- Properties inherited from Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState
virtual bool IsAccepted [get]
 
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...
 

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...
 

Detailed Description

Client version of the proton Rejected delivery state

Constructor & Destructor Documentation

◆ ClientRejected() [1/2]

Apache.Qpid.Proton.Client.Implementation.ClientRejected.ClientRejected ( string  condition,
string  description 
)
inline

Create a new Rejected client delivery state with the provided information.

Parameters
conditionThe condition value to convey to the remote
descriptionThe description value to convey to the remote

◆ ClientRejected() [2/2]

Apache.Qpid.Proton.Client.Implementation.ClientRejected.ClientRejected ( string  condition,
string  description,
IDictionary< string, object >  info 
)
inline

Create a new Rejected client delivery state with the provided information.

Parameters
conditionThe condition value to convey to the remote
descriptionThe description value to convey to the remote
infoThe information map value to convey to the remote

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