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
- deploymentContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- databaseIds
 Type: array<System.Int32[]
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.