IJobServiceClearOldJobData Method |
Clears job run events, job runs, and deleted jobs older than the specified date.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ClearOldJobData(
DateTime? beforeDate
)
Sub ClearOldJobData (
beforeDate As DateTime?
)
void ClearOldJobData(
Nullable<DateTime> beforeDate
)
abstract ClearOldJobData :
beforeDate : Nullable<DateTime> -> unit Parameters
- beforeDate NullableDateTime
-
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