This documentation is archived and is not being maintained.

TeamFoundationJobService::QueueOneTimeJob Method

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.

Return Value

Type: System::Guid
The Guid of the queued job.

Implements

ITeamFoundationJobService::QueueOneTimeJob(String, String, XmlNode, Boolean)

Show: