Photon Server API Documentation
v5.0RC1
Attribute for declaring one or multiple categories for class that contains counters More...
Public Member Functions | |
| PerfCounterCategoryAttribute (string categoryName, PerformanceCounterInstanceLifetime categoryLifetime=PerformanceCounterInstanceLifetime.Global, string categoryHelp="") | |
| Initializes a new instance of the PerfCounterCategoryAttribute class. More... | |
Properties | |
| string | CategoryName [get] |
| Category name More... | |
| PerformanceCounterInstanceLifetime | CategoryInstanceLifetime [get] |
| Category instance lifetime. Can be overriden by PerfCounterAttribute.CategoryInstanceLifetime if specified. More... | |
| string | CategoryHelp [get] |
| Category help More... | |
Attribute for declaring one or multiple categories for class that contains counters
|
inline |
Initializes a new instance of the PerfCounterCategoryAttribute class.
| categoryName | Name of category |
| categoryLifetime | Counter instance lifetime for counters that belongs to this category |
| categoryHelp | Category help |
|
get |
Category help
|
get |
Category instance lifetime. Can be overriden by PerfCounterAttribute.CategoryInstanceLifetime if specified.
|
get |
Category name