|
Proton DotNet
|
Marker interface for Rejected delivery states and outcomes. More...
Properties | |
| string | Condition [get] |
| Quick access to any condition value provided in the error condition sent with the rejected outcome. | |
| string | Description [get] |
| Quick access to any description value provided in the error condition sent with the rejected outcome. | |
| IReadOnlyDictionary< string, object > | Info [get] |
| Returns any information entries that were applied to this rejected outcome in the error condition. | |
Properties inherited from Apache.Qpid.Proton.Client.IDeliveryState | |
| DeliveryStateType | Type [get] |
| Returns an enumeration value which indicates what type of DeliveryState this instance represents. | |
| bool | IsAccepted [get] |
| Quick access to determine if the state value indicates the delivery was accepted. | |
| bool | IsRejected [get] |
| Quick access to determine if the state value indicates the delivery was rejected. | |
| bool | IsReleased [get] |
| Quick access to determine if the state value indicates the delivery was released. | |
| bool | IsModified [get] |
| Quick access to determine if the state value indicates the delivery was modified. | |
| bool | IsTransactional [get] |
| Quick access to determine if the state value indicates the delivery was transactional. | |
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, IDictionary< string, object > info=null) |
| Returns an instance of a delivery state that rejects a delivery. | |
| static IDeliveryState | Modified (bool deliveryFailed, bool undeliverableHere=false, IDictionary< string, object > annotations=null) |
| Returns an instance of a delivery state that modifies a delivery. | |
Marker interface for Rejected delivery states and outcomes.
|
get |
Quick access to any condition value provided in the error condition sent with the rejected outcome.
Implemented in Apache.Qpid.Proton.Client.Implementation.ClientRejected.
|
get |
Quick access to any description value provided in the error condition sent with the rejected outcome.
Implemented in Apache.Qpid.Proton.Client.Implementation.ClientRejected.
|
get |
Returns any information entries that were applied to this rejected outcome in the error condition.
Implemented in Apache.Qpid.Proton.Client.Implementation.ClientRejected.