Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState Class Referencesealed

An unmodifiable snapshot view of link credit state. More...

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

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

Detailed Description

An unmodifiable snapshot view of link credit state.

Property Documentation

◆ Credit

uint Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.Credit
get

Provides the current link credit value for the link.

Implements Apache.Qpid.Proton.Engine.ILinkCreditState.

◆ DeliveryCount

uint Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.DeliveryCount
get

Provides the current delivery count value for the link.

Implements Apache.Qpid.Proton.Engine.ILinkCreditState.

◆ IsDrain

bool Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.IsDrain
get

Checks if the link drain state is currently active.

Implements Apache.Qpid.Proton.Engine.ILinkCreditState.

◆ IsEcho

bool Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState.IsEcho
get

Checks if the link has an echo request pending.

Implements Apache.Qpid.Proton.Engine.ILinkCreditState.


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