Click or drag to resize

TeraSortOnJobCreated Method

Called when the job has been created on the job server, but before running it.

Namespace:  Ookii.Jumbo.Jet.Samples
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
protected override void OnJobCreated(
	Job job,
	JobConfiguration jobConfiguration
)

Parameters

job
Type: Ookii.Jumbo.JetJob
The Job instance describing the job.
jobConfiguration
Type: Ookii.Jumbo.Jet.JobsJobConfiguration
The JobConfiguration that will be used when the job is started.
See Also