IPerformanceCounter.SetValue 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: 13.0.131
Syntaxvoid SetValue(
long value,
string siteName
)
Parameters
- value
- Type: System.Int64
Value - siteName
- Type: System.String
Site name
See Also