TeamFoundationJobService.DeleteJob Method (Guid)
Deletes the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
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.Guid
The 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.