Beamable SDK
Main Page
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
Variables
Properties
Events
•
All
Classes
Namespaces
Functions
Variables
Properties
Events
Beamable
Microservice
Tests
Socket
MessageFrequencyRequirements
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:
microservice/microserviceTests/microservice/TestSocket.cs
Generated by
1.8.17