Proton DotNet
|
Client implementation of a delivery state mapping to the proton types More...
Properties | |
virtual bool | IsAccepted [get] |
abstract DeliveryStateType | Type [get] |
abstract Types.Transport.IDeliveryState | ProtonDeliveryState [get] |
![]() | |
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 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... | |
Client implementation of a delivery state mapping to the proton types