Proton DotNet
Public Member Functions | Public Attributes | List of all members
Apache.Qpid.Proton.Engine.Implementation.UnmodifiableLinkCreditState Class Reference

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)
 

Public Attributes

uint Credit => credit
 
uint DeliveryCount => deliveryCount
 
bool IsDrain => drain
 
bool IsEcho => echo
 

Additional Inherited Members

- 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...
 

Detailed Description

An unmodifiable snapshot view of link credit state.


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