This documentation is archived and is not being maintained.
TeamFoundationJobService::QueueOneTimeJob Method
Visual Studio 2013
Queues a one-time job to be executed.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual Guid QueueOneTimeJob( String^ jobName, String^ extensionName, XmlNode^ data, bool highPriority ) sealed
Parameters
- jobName
- Type: System::String
The name of the job.
- extensionName
- Type: System::String
The extension name of the job.
- data
- Type: System.Xml::XmlNode
XML data for the job.
- highPriority
- Type: System::Boolean
True if this job is high priority; otherwise, false.
Implements
ITeamFoundationJobService::QueueOneTimeJob(String, String, XmlNode, Boolean)- 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: