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 (9.0.0.1000)
Syntaxvoid DeleteOldLogOnHistoryRecords(
Nullable<DateTime> beforeDate
)
Sub DeleteOldLogOnHistoryRecords (
beforeDate As Nullable(Of 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| Exception | Condition |
|---|
| ArgumentException | beforeDate does not have a specified kind. |
| NoPrivilegeException | The caller does not have administrative privileges. |
| InvalidSessionException | The 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