|
RetryParameters Class |
Provides data for jobs that can be retried at a configurable interval.
Inheritance Hierarchy Namespace: Infosoft.Common.Contracts.DataContracts.Scheduler.ParametersAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
The RetryParameters type exposes the following members.
Properties Remarks
If the job requires no other parameters, this class can be used directly as the input parameters.
If the job requires other parameters in addition to the retry specification (e.g. a title code), composition should be
used instead of inheritance. In other words, make a separate parameters class and include a RetryParameters instance as
a property on that class, alongside the other parameters.
See Also