This documentation is archived and is not being maintained.
TeamFoundationJobService::QueueDelayedJobs Method (IEnumerable<Guid>, Int32)
Visual Studio 2013
Queues the specified jobs to be executed later.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual int QueueDelayedJobs( IEnumerable<Guid>^ jobIds, int maxDelaySeconds ) sealed
Parameters
- jobIds
- Type: System.Collections.Generic::IEnumerable<Guid>
An enumerable collection of Guid objects that represent the job IDs of the jobs to queue.
- maxDelaySeconds
- Type: System::Int32
The maximum number of seconds to wait before executing the jobs.
Implements
ITeamFoundationJobService::QueueDelayedJobs(IEnumerable<Guid>, Int32)- 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.
Show: