JobSourceAdapter.PersistJob(Job2) 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:
virtual void PersistJob(System::Management::Automation::Job2 ^ job);
public virtual void PersistJob (System.Management.Automation.Job2 job);
abstract member PersistJob : System.Management.Automation.Job2 -> unit
override this.PersistJob : System.Management.Automation.Job2 -> unit
Public Overridable Sub PersistJob (job As Job2)
Parameters
- job
- Job2
Job2 type job to persist.