Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub DeleteJob ( _
jobId As Guid _
)
public void DeleteJob(
Guid jobId
)
public:
virtual void DeleteJob(
Guid jobId
) sealed
abstract DeleteJob :
jobId:Guid -> unit
override DeleteJob :
jobId:Guid -> unit
public final function DeleteJob(
jobId : Guid
)
Parameters
jobId
Type: System.GuidThe Guid of the job to delete.
Implements
ITeamFoundationJobService.DeleteJob(Guid)
.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.