JobSourceAdapter.PersistJob(Job2) Method

Definition

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.

Applies to