Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
声明
<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
- jobIds
Type: System.Collections.Generic.List<Guid> 
- highPriority
Type: System.Boolean 
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.
 
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace