  | TeraSortOnJobCreated Method | 
            Called when the job has been created on the job server, but before running it.
            
Namespace: Ookii.Jumbo.Jet.SamplesAssembly: Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected override void OnJobCreated(
	Job job,
	JobConfiguration jobConfiguration
)
Protected Overrides Sub OnJobCreated ( 
	job As Job,
	jobConfiguration As JobConfiguration
)
protected:
virtual void OnJobCreated(
	Job^ job, 
	JobConfiguration^ jobConfiguration
) override
abstract OnJobCreated : 
        job : Job * 
        jobConfiguration : JobConfiguration -> unit 
override OnJobCreated : 
        job : Job * 
        jobConfiguration : JobConfiguration -> unit Parameters
- job  Job
 - The Job instance describing the job.
 - jobConfiguration  JobConfiguration
 - The JobConfiguration that will be used when the job is started.
 
See Also