Gets the information about 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 virtual JobInfo GetJobInfo(
	string jobId,
	bool compression
)
Visual Basic
Public Overridable Function GetJobInfo ( _
	jobId As String, _
	compression As Boolean _
) As JobInfo
Visual C++
public:
virtual 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

JobInfo object representing the information about the given job id.

Exceptions

ExceptionCondition
VcClientExceptions..::..JobNotFoundExceptionJob not found.

See Also