TaskDependencies Class
Definition
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
Constructors
TaskDependencies() |
Initializes a new instance of the TaskDependencies class. |
TaskDependencies(IList<String>, IList<TaskIdRange>) |
Initializes a new instance of the TaskDependencies class. |
Properties
TaskIdRanges |
Gets or sets 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. |
TaskIds |
Gets or sets 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. |
Applies to
Azure SDK for .NET