This documentation is archived and is not being maintained.

TeamFoundationJobService::DeleteJob Method (Guid)

Deletes the specified job.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
virtual void DeleteJob(
	Guid jobId
) sealed

Parameters

jobId
Type: System::Guid

The Guid of the job to delete.

Implements

ITeamFoundationJobService::DeleteJob(Guid)

Show: