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 (26.1.0.1000)
Syntax
public interface IUsageTrackingService

The IUsageTrackingService type exposes the following members.

Methods
  NameDescription
Public methodCloseVisit
Indicates that the usage tracking visit for the specified view, session, and client has ended.
Public methodDeleteTrackingData
Deletes tracking data.
Public methodTrackUsage
Indicates that a view is currently being used.
Top
See Also