JobConstraints
Class
Definition
Specifies the execution constraints for a job.
public class JobConstraints
- Inheritance
-
JobConstraints
Constructors
| JobConstraints(Nullable<TimeSpan>, Nullable<Int32>) |
Initializes a new instance of the JobConstraints class. |
Properties
| MaxTaskRetryCount |
Gets or sets the maximum number of times each task may be retried. |
| MaxWallClockTime |
Gets or sets the maximum elapsed time that the job may run, measured from the time the job is created. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |