Click or drag to resize

IJobSchedulerCreateJob 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
Job CreateJob()

Return Value

Type: Job
Job which can be used to submit tasks to the job scheduler.
Exceptions
ExceptionCondition
JobSchedulerExceptionThrown if client is not connected to the job scheduler yet.
See Also

STK Parallel Computing Server 2.9 API for .NET