This function deletes the job with a given job id from job manager list.

Namespace: VcClient.Test
Assembly: 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

ExceptionCondition
VcClientExceptions..::..JobNotFoundExceptionJob not found.
ArgumentNullExceptionjobId is null.

See Also