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

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

Syntax

C#
public static JobInfo GetJobInfo(
	string jobUrl
)
Visual Basic
Public Shared Function GetJobInfo ( _
	jobUrl As String _
) As JobInfo
Visual C++
public:
static JobInfo^ GetJobInfo(
	String^ jobUrl
)

Parameters

jobUrl
Type: String
Job URL like "http://cosmos08.osdinfra.net/cosmos/VC/_Jobs/1B89FF50-28B7-446A-A327-962511D067B0". You can get job URL with GetJobUrl.

Return Value

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

See Also