|
Proton DotNet
|
Client implementation of a delivery state mapping to the proton types. More...
Properties | |
| virtual bool | IsAccepted [get] |
| Quick access to determine if the state value indicates the delivery was accepted. | |
| virtual bool | IsRejected [get] |
| Quick access to determine if the state value indicates the delivery was rejected. | |
| virtual bool | IsReleased [get] |
| Quick access to determine if the state value indicates the delivery was released. | |
| virtual bool | IsModified [get] |
| Quick access to determine if the state value indicates the delivery was modified. | |
| virtual bool | IsTransactional [get] |
| Quick access to determine if the state value indicates the delivery was transactional. | |
| 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, 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. | |
Client implementation of a delivery state mapping to the proton types.
|
get |
Quick access to determine if the state value indicates the delivery was accepted.
Implements Apache.Qpid.Proton.Client.IDeliveryState.
|
get |
Quick access to determine if the state value indicates the delivery was modified.
Implements Apache.Qpid.Proton.Client.IDeliveryState.
|
get |
Quick access to determine if the state value indicates the delivery was rejected.
Implements Apache.Qpid.Proton.Client.IDeliveryState.
|
get |
Quick access to determine if the state value indicates the delivery was released.
Implements Apache.Qpid.Proton.Client.IDeliveryState.
|
get |
Quick access to determine if the state value indicates the delivery was transactional.
Implements Apache.Qpid.Proton.Client.IDeliveryState.
|
getabstract |
Returns an enumeration value which indicates what type of DeliveryState this instance represents.
Implements Apache.Qpid.Proton.Client.IDeliveryState.