JobWebService.QueueJobs Method
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
)
[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
- jobIds
Type: System.Collections.Generic.List<Guid>
- highPriority
Type: System.Boolean
- maxDelaySeconds
Type: System.Int32
Return Value
Type: System.Int32
.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.