JobManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |