Open this page in the API Guide

IUsageTrackingService.DeleteTrackingData Method

Deletes tracking data.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
void DeleteTrackingData(
	DateTime beforeDate
)

Parameters

beforeDate
Type: System.DateTime
Data older than this date will be purged.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also