Photon Server API Documentation
v5.0RC1
Public Member Functions | |
| ExtPerfCounterAttribute (string name, PerformanceCounterType type, PerformanceCounterType secondaryCounterType, string description="") | |
Public Member Functions inherited from Photon.SocketServer.Diagnostics.Counters.PerfCounterAttribute | |
| PerfCounterAttribute (string name, PerformanceCounterType type, string description="", string categoryName=null) | |
| Initializes a new instance of the PerfCounterAttribute class. More... | |
| PerfCounterAttribute (string name, PerformanceCounterType type, PerformanceCounterInstanceLifetime counterLifetime, string description="", string categoryName=null) | |
| Initializes a new instance of the PerfCounterAttribute class. More... | |
Properties | |
| PerformanceCounterType | SecondaryCounterType [get] |
Properties inherited from Photon.SocketServer.Diagnostics.Counters.PerfCounterAttribute | |
| string | Name [get] |
| Name of counter More... | |
| string | Description [get] |
| Counter description More... | |
| PerformanceCounterType | Type [get] |
| Type of system performance counter More... | |
| string | CategoryName [get, set] |
| To which part counter applies: CounterCategory.Connection or CounterCategory.Server More... | |
| PerformanceCounterInstanceLifetime? | CounterLifetime [get] |
| Counter instance lifetime. Takes precedence over PerfCounterCategoryAttribute.CategoryInstanceLifetime if specified. More... | |
|
inline |
|
get |