IUsageTrackingServiceDeleteTrackingData Method

Deletes tracking data.

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

Parameters

beforeDate
Type: SystemDateTime
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