TeamFoundationServicingService.QueueMoveCollection Method

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

Syntax

'Declaration
Public Function QueueMoveCollection ( _
    deploymentContext As TeamFoundationRequestContext, _
    hostId As Guid, _
    targetDatabaseId As Integer _
) As ServicingJobDetail
public ServicingJobDetail QueueMoveCollection(
    TeamFoundationRequestContext deploymentContext,
    Guid hostId,
    int targetDatabaseId
)
public:
ServicingJobDetail^ QueueMoveCollection(
    TeamFoundationRequestContext^ deploymentContext, 
    Guid hostId, 
    int targetDatabaseId
)
member QueueMoveCollection : 
        deploymentContext:TeamFoundationRequestContext * 
        hostId:Guid * 
        targetDatabaseId:int -> ServicingJobDetail
public function QueueMoveCollection(
    deploymentContext : TeamFoundationRequestContext, 
    hostId : Guid, 
    targetDatabaseId : int
) : ServicingJobDetail

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail

.NET Framework Security

See Also

Reference

TeamFoundationServicingService Class

Microsoft.TeamFoundation.Framework.Server Namespace