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
- deploymentContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- hostId
Type: System.Guid
- targetDatabaseId
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
.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.