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)
Syntaxvoid DeleteOldLogOnHistoryRecords(
DateTime? beforeDate
)
Sub DeleteOldLogOnHistoryRecords (
beforeDate As DateTime?
)
void DeleteOldLogOnHistoryRecords(
Nullable<DateTime> beforeDate
)
abstract DeleteOldLogOnHistoryRecords :
beforeDate : Nullable<DateTime> -> unit
Parameters
- beforeDate
- Type: SystemNullableDateTime
The date before which the old records are deleted.
Exceptions
Remarks
If
beforeDate is
, the value will be based on the
LogOnHistoryMaxAge configuration setting.
See Also