Freigeben über


JobWebService.QueueJobs-Methode

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
)

Parameter

Rückgabewert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

JobWebService Klasse

Microsoft.TeamFoundation.Server.Core.WebServices-Namespace