IUsageTrackingService Interface

Interface for managing the data associated with tracking the usage of views (e.g. dashboards and reports).

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IUsageTrackingService

The IUsageTrackingService type exposes the following members.

Methods
  NameDescription
Public methodDeleteTrackingData
Deletes tracking data.
Public methodTrackUsage
Indicates that a view is currently being used.
Top
See Also