Proton DotNet
Public Member Functions | Properties | 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)
 

Properties

uint Credit [get]
 
uint DeliveryCount [get]
 
bool IsDrain [get]
 
bool IsEcho [get]
 
- 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: