Proton DotNet
Loading...
Searching...
No Matches
Properties | List of all members
Apache.Qpid.Proton.Engine.ILinkCreditState Interface Reference

Interface that defines an object that captures the current link credit state. More...

Inheritance diagram for Apache.Qpid.Proton.Engine.ILinkCreditState:
Apache.Qpid.Proton.Engine.Implementation.ProtonLinkCreditState Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState

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.
 

Detailed Description

Interface that defines an object that captures the current link credit state.

Property Documentation

◆ Credit

uint Apache.Qpid.Proton.Engine.ILinkCreditState.Credit
get

◆ DeliveryCount

uint Apache.Qpid.Proton.Engine.ILinkCreditState.DeliveryCount
get

◆ IsDrain

bool Apache.Qpid.Proton.Engine.ILinkCreditState.IsDrain
get

◆ IsEcho

bool Apache.Qpid.Proton.Engine.ILinkCreditState.IsEcho
get

The documentation for this interface was generated from the following file: