Composes job URL from VC URL and job GUID.

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

Syntax

C#
public static string GetJobUrl(
	string vcName,
	Guid jobId
)
Visual Basic
Public Shared Function GetJobUrl ( _
	vcName As String, _
	jobId As Guid _
) As String
Visual C++
public:
static String^ GetJobUrl(
	String^ vcName, 
	Guid jobId
)

Parameters

vcName
Type: String
VC URL, like "http://cosmos08.osdinfra.net/cosmos/VC".
jobId
Type: Guid
Job GUID.

Return Value

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

See Also