Start a job

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

Syntax

C#
public static void StartJob(
	string jobUrl,
	StartJobParameters parameters
)
Visual Basic
Public Shared Sub StartJob ( _
	jobUrl As String, _
	parameters As StartJobParameters _
)
Visual C++
public:
static void StartJob(
	String^ jobUrl, 
	StartJobParameters parameters
)

Parameters

jobUrl
Type: String
Global name of the job to be started.
parameters
Type: VcClient..::..StartJobParameters
Parameters used to start a job.

See Also