JobManager Class

Definition

Manager for JobSourceAdapters for invocation and management of specific Job types.

public ref class JobManager sealed
public sealed class JobManager
type JobManager = class
Public NotInheritable Class JobManager
Inheritance
JobManager

Methods

IsRegistered(String)

Returns true if the type is already registered.

NewJob(JobDefinition)

Creates a new job of the appropriate type given by JobDefinition passed in.

NewJob(JobInvocationInfo)

Creates a new job of the appropriate type given by JobDefinition passed in.

PersistJob(Job2, JobDefinition)

Saves the job to a persisted store.

Applies to