你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
type TaskIdRange = class
Public Class TaskIdRange
Inheritance
TaskIdRange

Constructors

Name Description
TaskIdRange(Int32, Int32)

Initializes a new instance of the TaskIdRange class.

Properties

Name Description
End

Gets the last task id in the range.

Start

Gets the first task id in the range.

Applies to