Share via


TeamFoundationServicingService.QueuePatchCollections Method

Queues servicing jobs to patch collections.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
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
)
public:
List<ServicingJobDetail^>^ QueuePatchCollections(
    TeamFoundationRequestContext^ deploymentContext, 
    array<Guid>^ collectionIds, 
    bool stopHostsNow
)
member QueuePatchCollections : 
        deploymentContext:TeamFoundationRequestContext * 
        collectionIds:Guid[] * 
        stopHostsNow:bool -> List<ServicingJobDetail> 
public function QueuePatchCollections(
    deploymentContext : TeamFoundationRequestContext, 
    collectionIds : Guid[], 
    stopHostsNow : boolean
) : List<ServicingJobDetail>

Parameters

Return Value

Type: System.Collections.Generic.List<ServicingJobDetail>
Returns List<T>.

.NET Framework Security

See Also

Reference

TeamFoundationServicingService Class

Microsoft.TeamFoundation.Framework.Server Namespace