Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Pauses the job that has the specified job ID.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Déclaration
Function PauseJob ( _
jobId As Guid _
) As Boolean
bool PauseJob(
Guid jobId
)
bool PauseJob(
Guid jobId
)
abstract PauseJob :
jobId:Guid -> bool
function PauseJob(
jobId : Guid
) : boolean
Parameters
- jobId
Type: System.Guid
The GUID of the job to pause.
Return Value
Type: System.Boolean
True if the specified job was paused; otherwise, false.
.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.