Photon Server API Documentation v5.0RC1

Public Member Functions | Public Attributes | List of all members
ExitGames.Diagnostics.Counter.RawCounterSample Struct Reference

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...
 

Detailed Description

Defines a structure that holds the raw data for a performance counter.

Constructor & Destructor Documentation

◆ RawCounterSample() [1/3]

ExitGames.Diagnostics.Counter.RawCounterSample.RawCounterSample ( long  value)
inline

Initializes a new instance of the RawCounterSample struct.

Parameters
valueThe value.

◆ RawCounterSample() [2/3]

ExitGames.Diagnostics.Counter.RawCounterSample.RawCounterSample ( long  value,
long  baseValue 
)
inline

Initializes a new instance of the RawCounterSample struct.

Parameters
valueThe value.
baseValueThe base value.

◆ RawCounterSample() [3/3]

ExitGames.Diagnostics.Counter.RawCounterSample.RawCounterSample ( long  value,
long  baseValue,
long  timeStamp 
)
inline

Initializes a new instance of the RawCounterSample struct.

Parameters
valueThe value.
baseValueThe base value.
timeStampThe time stamp.

Member Data Documentation

◆ BaseValue

readonly long ExitGames.Diagnostics.Counter.RawCounterSample.BaseValue

Gets an optional, base raw value for the counter.

◆ TimeStamp

readonly long ExitGames.Diagnostics.Counter.RawCounterSample.TimeStamp

Gets the raw time stamp.

◆ Value

readonly long ExitGames.Diagnostics.Counter.RawCounterSample.Value

Gets the raw value of the counter.