|
Proton DotNet
|
An unmodifiable snapshot view of link credit state. More...
Public Member Functions | |
| UnmodifiableLinkCreditState (uint credit, uint deliveryCount, bool drain, bool echo) | |
Properties | |
| uint | Credit [get] |
| uint | DeliveryCount [get] |
| bool | IsDrain [get] |
| bool | IsEcho [get] |
Properties inherited from Apache.Qpid.Proton.Engine.ILinkCreditState | |
| uint | Credit [get] |
| Provides the current link credit value for the link. More... | |
| uint | DeliveryCount [get] |
| Provides the current delivery count value for the link. More... | |
| bool | IsDrain [get] |
| Checks if the link drain state is currently active. More... | |
| bool | IsEcho [get] |
| Checks if the link has an echo request pending. More... | |
An unmodifiable snapshot view of link credit state.