Click or drag to resize

ClusterJobSchedulerCreateJob Method

Returns a new job that can later be used to submit to the job scheduler.

Namespace:  AGI.Parallel.Client
Assembly:  AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public Job CreateJob()

Return Value

Type: Job
Job which can be used to submit tasks to the job scheduler.

Implements

IJobSchedulerCreateJob
Exceptions
ExceptionCondition
JobSchedulerExceptionThrown if client is not connected to the job scheduler yet.
See Also

STK Parallel Computing Server 2.9 API for .NET