Yield job.

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

Syntax

C#
public delegate void YieldJobByID(
	Guid jobId,
	string reason
)
Visual Basic
Public Delegate Sub YieldJobByID ( _
	jobId As Guid, _
	reason As String _
)
Visual C++
public delegate void YieldJobByID(
	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