Yield job.

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

Syntax

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

Parameters

jobId
Type: Guid
ID of the job to be yielded.
reason
Type: String
The reason for yielding the job

See Also