Click or drag to resize
IPerformanceCounterSetValue Method
Sets raw value of global or site counter. If the parameter siteName is null, sets global counter.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
void SetValue(
	long value,
	string siteName
)

Parameters

value
Type: SystemInt64
Value
siteName
Type: SystemString
Site name
See Also