TaskDependencies Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies any dependencies of a task. Any task that is explicitly specified or within a dependency range must complete before the dependant task will be scheduled.
public class TaskDependencies
type TaskDependencies = class
Public Class TaskDependencies
- Inheritance
-
TaskDependencies
Task |
Initializes a new instance of the TaskDependencies class. |
Task |
Gets the list of task IDs that this task depends on. All tasks in this list must complete successfully before the dependent task can be scheduled. |
Task |
Gets the list of task ID ranges that this task depends on. All tasks in all ranges must complete successfully before the dependent task can be scheduled. |
On |
Gets a TaskDependencies representing dependency on a single task. |
On |
Gets a TaskDependencies representing dependency on a range of task ids. |
On |
Gets a TaskDependencies representing dependency on a list of task ids. |
On |
Gets a TaskDependencies representing dependency on a list of task ids. |
On |
Gets a TaskDependencies representing dependency on a list of tasks. |
On |
Gets a TaskDependencies representing dependency on a list of tasks. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: