This documentation is archived and is not being maintained.
TeamFoundationJobService::QueueDelayedJob Method (TeamFoundationJobDefinition, Int32)
Visual Studio 2013
Queues a job that will be executed later.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual int QueueDelayedJob( TeamFoundationJobDefinition^ job, int maxDelaySeconds ) sealed
Parameters
- job
- Type: Microsoft.TeamFoundation.Framework.Client::TeamFoundationJobDefinition
The TeamFoundationJobDefinition of the job to queue.
- maxDelaySeconds
- Type: System::Int32
The maximum number of seconds to wait before executing the job.
Implements
ITeamFoundationJobService::QueueDelayedJob(TeamFoundationJobDefinition, 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: