|
Proton DotNet
|
Interface that defines an object that captures the current link credit state. More...
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. | |
Interface that defines an object that captures the current link credit state.
|
get |
Provides the current link credit value for the link.
Implemented in Apache.Qpid.Proton.Engine.Implementation.ProtonLinkCreditState, and Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.
|
get |
Provides the current delivery count value for the link.
Implemented in Apache.Qpid.Proton.Engine.Implementation.ProtonLinkCreditState, and Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.
|
get |
Checks if the link drain state is currently active.
Implemented in Apache.Qpid.Proton.Engine.Implementation.ProtonLinkCreditState, and Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.
|
get |
Checks if the link has an echo request pending.
Implemented in Apache.Qpid.Proton.Engine.Implementation.ProtonLinkCreditState, and Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.