Click or drag to resize
IModuleUsageCounter Interface
Provides access to module usage counters that are used for feature usage tracking.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IModuleUsageCounter

The IModuleUsageCounter type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears value of the specified counter.
Public methodGetValue
Gets current value of the specified counter.
Public methodIncrement
Increments value of the specified counter.
Top
See Also