Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function StopJob ( _
jobId As Guid _
) As Boolean
[WebMethodAttribute]
public bool StopJob(
Guid jobId
)
[WebMethodAttribute]
public:
bool StopJob(
Guid jobId
)
[<WebMethodAttribute>]
member StopJob :
jobId:Guid -> bool
public function StopJob(
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.