Yield job.

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

Syntax

C#
public static void YieldJob(
	string jobUrl,
	string reason
)
Visual Basic
Public Shared Sub YieldJob ( _
	jobUrl As String, _
	reason As String _
)
Visual C++
public:
static void YieldJob(
	String^ jobUrl, 
	String^ reason
)

Parameters

jobUrl
Type: String
Global name of the job to be yielded. E.g. http://cosmos08.osdinfra.net/cosmos/cosmosAdmin/_jobs/xxxx-xxxx-xxxx-xxxx
reason
Type: String
The reason for yielding the job

See Also