TeamFoundationServicingService.QueuePatchDatabases Method

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

Syntax

'Declaration
Public Function QueuePatchDatabases ( _
    deploymentContext As TeamFoundationRequestContext, _
    databaseIds As Integer() _
) As List(Of ServicingJobDetail)
public List<ServicingJobDetail> QueuePatchDatabases(
    TeamFoundationRequestContext deploymentContext,
    int[] databaseIds
)
public:
List<ServicingJobDetail^>^ QueuePatchDatabases(
    TeamFoundationRequestContext^ deploymentContext, 
    array<int>^ databaseIds
)
member QueuePatchDatabases : 
        deploymentContext:TeamFoundationRequestContext * 
        databaseIds:int[] -> List<ServicingJobDetail> 
public function QueuePatchDatabases(
    deploymentContext : TeamFoundationRequestContext, 
    databaseIds : int[]
) : List<ServicingJobDetail>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

TeamFoundationServicingService Class

Microsoft.TeamFoundation.Framework.Server Namespace