Beamable SDK
All Classes Namespaces Functions Variables Properties Events
Public Member Functions | Public Attributes | List of all members
Beamable.Microservice.Tests.Socket.MessageFrequencyRequirements Class Reference

Public Member Functions

bool Call ()
 
bool CanCall ()
 

Public Attributes

int? Min
 
long CallCount => _callCount
 
bool AboveMin => !Min.HasValue || CallCount >= Min
 
bool BelowMax => !Max.HasValue || CallCount < Max
 
bool ValidCount => AboveMin && BelowMax
 

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