This function deletes the job with a given job id from job manager list.
Namespace: VcClient.TestAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public virtual void InternalCancelJob( Guid jobId ) |
Visual Basic |
---|
Public Overridable Sub InternalCancelJob ( _ jobId As Guid _ ) |
Visual C++ |
---|
public: virtual void InternalCancelJob( Guid jobId ) |
Parameters
- jobId
- Type: Guid
Job id of the job which needs to be deleted.
Exceptions
Exception | Condition |
---|---|
VcClientExceptions..::..JobNotFoundException | Job not found. |
ArgumentNullException | jobId is null. |