Photon Server API Documentation
v5.0RC1
Lock free version of TimeInterval Counter More...
Public Member Functions | |
| TimeIntervalCounterLF (TimeSpan window) | |
| TimeIntervalCounterLF (TimeSpan window, int steps) | |
| int | Increment (int value) |
| Increments counter More... | |
| void | Reset () |
Public Attributes | |
| int | Value => this.Increment(0, Environment.TickCount) |
Properties | |
| int | Max [get] |
Lock free version of TimeInterval Counter
|
inline |
|
inline |
|
inline |
Increments counter
| value | value for increment |
|
inline |
| int Photon.SocketServer.Diagnostics.TimeIntervalCounterLF.Value => this.Increment(0, Environment.TickCount) |
|
get |