Share via


JobWebService.QueueJobsNow Method

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

Syntax

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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

JobWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace