Click or drag to resize
IModuleUsageCounterGetValue Method
Gets current value of the specified counter.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
long GetValue(
	string counterName
)

Parameters

counterName
Type: SystemString
Name of the counter.

Return Value

Type: Int64
See Also