|
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] |
| Provides the current link credit value for the link. | |
| uint | DeliveryCount [get] |
| Provides the current delivery count value for the link. | |
| bool | IsDrain [get] |
| Checks if the link drain state is currently active. | |
| bool | IsEcho [get] |
| Checks if the link has an echo request pending. | |
Properties inherited from Apache.Qpid.Proton.Engine.ILinkCreditState | |
An unmodifiable snapshot view of link credit state.
|
get |
Provides the current link credit value for the link.
Implements Apache.Qpid.Proton.Engine.ILinkCreditState.
|
get |
Provides the current delivery count value for the link.
Implements Apache.Qpid.Proton.Engine.ILinkCreditState.
|
get |
Checks if the link drain state is currently active.
Implements Apache.Qpid.Proton.Engine.ILinkCreditState.
|
get |
Checks if the link has an echo request pending.
Implements Apache.Qpid.Proton.Engine.ILinkCreditState.