IJobServiceClearOldJobData Method |
Clears job run events, job runs, and deleted jobs older than the specified date.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void ClearOldJobData(
DateTime? beforeDate
)
Sub ClearOldJobData (
beforeDate As DateTime?
)
void ClearOldJobData(
Nullable<DateTime> beforeDate
)
abstract ClearOldJobData :
beforeDate : Nullable<DateTime> -> unit
Parameters
- beforeDate
- Type: SystemNullableDateTime
The date to use for determining which data to delete, or if
the value should be determined automatically using the JobDataMaxAge
configuration setting.
Exceptions See Also