Gets the information about the job with a given job id.

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

Syntax

C#
public static JobInfo GetJobInfo(
	string jobId,
	bool compression
)
Visual Basic
Public Shared Function GetJobInfo ( _
	jobId As String, _
	compression As Boolean _
) As JobInfo
Visual C++
public:
static JobInfo^ GetJobInfo(
	String^ jobId, 
	bool compression
)

Parameters

jobId
Type: String
Id of the job for which the job information is required.
compression
Type: Boolean
Whether compression needs to be used while communicating with the VC.

Return Value

A JobInfo object representing the information about the given job id.

See Also