Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function PauseJob ( _
    jobId As Guid _
) As Boolean
[WebMethodAttribute]
public bool PauseJob(
    Guid jobId
)
[WebMethodAttribute]
public:
bool PauseJob(
    Guid jobId
)
[<WebMethodAttribute>]
member PauseJob : 
        jobId:Guid -> bool
public function PauseJob(
    jobId : Guid
) : boolean
Parameters
- jobId
 Type: System.Guid
Return Value
Type: System.Boolean
.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.