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.2.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 methodDeleteTrackingDataDeletes tracking data.
Public methodTrackUsageIndicates that a view is currently being used.
Top
See Also