JobManager.PersistJob(Job2, JobDefinition) Method
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.
Saves the job to a persisted store.
public:
void PersistJob(System::Management::Automation::Job2 ^ job, System::Management::Automation::JobDefinition ^ definition);
public void PersistJob (System.Management.Automation.Job2 job, System.Management.Automation.JobDefinition definition);
member this.PersistJob : System.Management.Automation.Job2 * System.Management.Automation.JobDefinition -> unit
Public Sub PersistJob (job As Job2, definition As JobDefinition)
Parameters
- job
- Job2
Job2 type job to persist.
- definition
- JobDefinition
Job definition containing source adapter information.