JobWebService.ResumeJob Method
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function ResumeJob ( _
jobId As Guid _
) As Boolean
[WebMethodAttribute]
public bool ResumeJob(
Guid jobId
)
[WebMethodAttribute]
public:
bool ResumeJob(
Guid jobId
)
[<WebMethodAttribute>]
member ResumeJob :
jobId:Guid -> bool
public function ResumeJob(
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.