IPerformanceCounterSetValue Method |
Sets raw value of global or site counter. If the parameter siteName is null, sets global counter.
Namespace: CMS.CoreAssembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax void SetValue(
long value,
string siteName
)
Parameters
- value
- Type: SystemInt64
Value - siteName
- Type: SystemString
Site name
See Also