JobWebService.QueueJobs Method

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueueJobs ( _
    jobIds As List(Of Guid), _
    highPriority As Boolean, _
    maxDelaySeconds As Integer _
) As Integer
[WebMethodAttribute]
public int QueueJobs(
    List<Guid> jobIds,
    bool highPriority,
    int maxDelaySeconds
)
[WebMethodAttribute]
public:
int QueueJobs(
    List<Guid>^ jobIds, 
    bool highPriority, 
    int maxDelaySeconds
)
[<WebMethodAttribute>]
member QueueJobs : 
        jobIds:List<Guid> * 
        highPriority:bool * 
        maxDelaySeconds:int -> int 
public function QueueJobs(
    jobIds : List<Guid>, 
    highPriority : boolean, 
    maxDelaySeconds : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

JobWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace