TeamFoundationJobService.QueueDelayedJobs 方法 (IEnumerable<Guid>)
指定佇列的工作後執行。
命名空間: Microsoft.TeamFoundation.Framework.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
Public Function QueueDelayedJobs ( _
jobIds As IEnumerable(Of Guid) _
) As Integer
public int QueueDelayedJobs(
IEnumerable<Guid> jobIds
)
參數
- jobIds
型別:System.Collections.Generic.IEnumerable<Guid>
Guid 物件的可列舉集合表示工作的非同步工作佇列。
傳回值
型別:System.Int32
佇列工作數目。
實作
ITeamFoundationJobService.QueueDelayedJobs(IEnumerable<Guid>)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。