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 delegate JobInfo GetJobInfoByUrl(
	string jobUrl
)
Visual Basic
Public Delegate Function GetJobInfoByUrl ( _
	jobUrl As String _
) As JobInfo
Visual C++
public delegate JobInfo^ GetJobInfoByUrl(
	String^ jobUrl
)

Parameters

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

Return Value

JobInfo object representing the information about the given job id.

See Also