Click or drag to resize
Dispatcher Class
Class used by scheduler to execute module usage tracking task.
Inheritance Hierarchy
SystemObject
  CMS.ModuleUsageTrackingDispatcher

Namespace: CMS.ModuleUsageTracking
Assembly: CMS.ModuleUsageTracking (in CMS.ModuleUsageTracking.dll) Version: 13.0.131
Syntax
C#
public class Dispatcher : ITask

The Dispatcher type exposes the following members.

Constructors
  NameDescription
Public methodDispatcher
Top
Fields
  NameDescription
Public fieldStatic memberCOUNTER_SUFFIX
Suffix used in the counter name for system applications.
Public fieldStatic memberUSAGE_TRACKING_ENABLED_KEY
Settings key name determining whether the Module usage tracking is enabled.
Top
Methods
  NameDescription
Public methodExecute
Sends modules statistical data.
Top
See Also