This function deletes the job with a given job id.

Namespace: VcClient.Test
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public delegate void DeleteJob(
	string jobId
)
Visual Basic
Public Delegate Sub DeleteJob ( _
	jobId As String _
)
Visual C++
public delegate void DeleteJob(
	String^ jobId
)

Parameters

jobId
Type: String
Job id of the job which needs to be deleted.

See Also