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
- deploymentContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- collectionIds
Type: array<System.Guid[]
- stopHostsNow
Type: System.Boolean
Return Value
Type: System.Collections.Generic.List<ServicingJobDetail>
Returns List<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.