|
Proton DotNet
|
Client version of the proton Modified delivery state. More...
Public Member Functions | |
| ClientModified (bool failed, bool undeliverable) | |
| Create a new instance with the given outcome values. | |
| ClientModified (bool failed, bool undeliverable, IDictionary< string, object > annotations) | |
| Create a new instance with the given outcome values. | |
Properties | |
| override DeliveryStateType | Type [get] |
| Returns an enumeration value which indicates what type of DeliveryState this instance represents. | |
| override Types.Transport.IDeliveryState | ProtonDeliveryState [get] |
Properties inherited from Apache.Qpid.Proton.Client.Implementation.ClientDeliveryState | |
| 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. | |
Client version of the proton Modified delivery state.
|
inline |
Create a new instance with the given outcome values.
| failed | did the delivery fail for some reason |
| undeliverable | should the delivery be treated an not deliverable here any longer |
|
inline |
Create a new instance with the given outcome values.
| failed | did the delivery fail for some reason |
| undeliverable | should the delivery be treated an not deliverable here any longer |
| annotations | modification to existing message annotations |
|
get |
Returns an enumeration value which indicates what type of DeliveryState this instance represents.
Implements Apache.Qpid.Proton.Client.IDeliveryState.