TeamFoundationJobService.PauseJob Method (Guid)
Pauses the specified job.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function PauseJob ( _
jobId As Guid _
) As Boolean
public bool PauseJob(
Guid jobId
)
public:
virtual bool PauseJob(
Guid jobId
) sealed
abstract PauseJob :
jobId:Guid -> bool
override PauseJob :
jobId:Guid -> bool
public final function PauseJob(
jobId : Guid
) : boolean
Parameters
jobId
Type: System.GuidA Guid object that identifies the job to pause.
Return Value
Type: System.Boolean
True if the specified job was paused; otherwise, false.
Implements
ITeamFoundationJobService.PauseJob(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.