 |
SchedulableJobParameters Class |
Provides data for scheduler requests. It contains no data, but serves as a base class for other parameter classes.
Inheritance HierarchySystemObject Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersSchedulableJobParameters More Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic class SchedulableJobParameters
No code example is currently available or this language may not be supported.
Remarks
If the job takes no parameters, this class should be used directly. If the job does take parameters, the appropriate subclass
must be used instead. For instance, the DailyMaintenance job takes a TitleCodeParameters instance, and the title code is obligatory.
See Also
Inheritance Hierarchy