Share via


TaskDependencies 類別

 

指定的工作, CloudTask 而定。 將排程工作,直到所有相依的工作已順利完成。

命名空間:   Microsoft.Azure.Batch
組件:  Microsoft.Azure.Batch (在 Microsoft.Azure.Batch.dll 中)

繼承階層架構

System.Object
  Microsoft.Azure.Batch.TaskDependencies

語法

public class TaskDependencies
public ref class TaskDependencies 
type TaskDependencies = class end
Public Class TaskDependencies

建構函式

名稱 描述
System_CAPS_pubmethod TaskDependencies(IEnumerable<String>, IEnumerable<TaskIdRange>)

初始化的新執行個體 TaskDependencies 類別。

屬性

名稱 描述
System_CAPS_pubproperty TaskIdRanges

取得可以排程這項工作之前必須完成的工作範圍清單。

System_CAPS_pubproperty TaskIds

取得可以排程這項工作之前必須完成的工作識別碼的清單。

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethodSystem_CAPS_static OnId(String)

取得 TaskDependencies 代表在單一工作的相依性。

System_CAPS_pubmethodSystem_CAPS_static OnIdRange(Int32, Int32)

取得 TaskDependencies 代表相依性的工作 id 的範圍。

System_CAPS_pubmethodSystem_CAPS_static OnIds(IEnumerable<String>)

取得 TaskDependencies 代表相依性清單中的工作 id。

System_CAPS_pubmethodSystem_CAPS_static OnIds(String[])

取得 TaskDependencies 代表相依性清單中的工作 id。

System_CAPS_pubmethodSystem_CAPS_static OnTasks(CloudTask[])

取得 TaskDependencies 代表相依性的工作清單。

System_CAPS_pubmethodSystem_CAPS_static OnTasks(IEnumerable<CloudTask>)

取得 TaskDependencies 代表相依性的工作清單。

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Azure.Batch 命名空間

回到頁首