Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.