TaskIdRange
Class
Definition
A range of task ids that a CloudTask depends on. All tasks with ids in the range must complete successfully before the dependent task can be scheduled.
public class TaskIdRange
- Inheritance
-
TaskIdRange
Constructors
| TaskIdRange(Int32, Int32) |
Initializes a new instance of the TaskIdRange class. |
Properties
| End |
Gets the last task id in the range. |
| Start |
Gets the first task id in the range. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |