ILogOnServiceDeleteOldLogOnHistoryRecords Method

Deletes log on history records which were created before the specified date.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
void DeleteOldLogOnHistoryRecords(
	DateTime? beforeDate
)

Parameters

beforeDate
Type: SystemNullableDateTime
The date before which the old records are deleted.
Exceptions
ExceptionCondition
ArgumentExceptionbeforeDate does not have a specified kind.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
Remarks
If beforeDate is , the value will be based on the LogOnHistoryMaxAge configuration setting.
See Also