TeamFoundationServicingService.QueuePatchCollections 方法

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Function QueuePatchCollections ( _
    deploymentContext As TeamFoundationRequestContext, _
    collectionIds As Guid(), _
    stopHostsNow As Boolean _
) As List(Of ServicingJobDetail)
public List<ServicingJobDetail> QueuePatchCollections(
    TeamFoundationRequestContext deploymentContext,
    Guid[] collectionIds,
    bool stopHostsNow
)

参数

返回值

类型:System.Collections.Generic.List<ServicingJobDetail>

.NET Framework 安全性

请参见

参考

TeamFoundationServicingService 类

Microsoft.TeamFoundation.Framework.Server 命名空间