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