ITeamFoundationJobService.DeleteJob Method (Guid)
Deletes the job that has the specified job ID.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub DeleteJob ( _
jobId As Guid _
)
void DeleteJob(
Guid jobId
)
void DeleteJob(
Guid jobId
)
abstract DeleteJob :
jobId:Guid -> unit
function DeleteJob(
jobId : Guid
)
Parameters
jobId
Type: System.GuidThe GUID of the job to delete.
.NET Framework Security
- 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.