Photon Server API Documentation
v5.0RC1
Defines a structure that holds the raw data for a performance counter. More...
Public Member Functions | |
| RawCounterSample (long value) | |
| Initializes a new instance of the RawCounterSample struct. More... | |
| RawCounterSample (long value, long baseValue) | |
| Initializes a new instance of the RawCounterSample struct. More... | |
| RawCounterSample (long value, long baseValue, long timeStamp) | |
| Initializes a new instance of the RawCounterSample struct. More... | |
Public Attributes | |
| readonly long | BaseValue |
| Gets an optional, base raw value for the counter. More... | |
| readonly long | TimeStamp |
| Gets the raw time stamp. More... | |
| readonly long | Value |
| Gets the raw value of the counter. More... | |
Defines a structure that holds the raw data for a performance counter.
|
inline |
Initializes a new instance of the RawCounterSample struct.
| value | The value. |
|
inline |
Initializes a new instance of the RawCounterSample struct.
| value | The value. |
| baseValue | The base value. |
|
inline |
Initializes a new instance of the RawCounterSample struct.
| value | The value. |
| baseValue | The base value. |
| timeStamp | The time stamp. |
| readonly long ExitGames.Diagnostics.Counter.RawCounterSample.BaseValue |
Gets an optional, base raw value for the counter.
| readonly long ExitGames.Diagnostics.Counter.RawCounterSample.TimeStamp |
Gets the raw time stamp.
| readonly long ExitGames.Diagnostics.Counter.RawCounterSample.Value |
Gets the raw value of the counter.