JobSourceAdapter.RemoveJob(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.
Remove a job from the store.
public:
abstract void RemoveJob(System::Management::Automation::Job2 ^ job);
public abstract void RemoveJob (System.Management.Automation.Job2 job);
abstract member RemoveJob : System.Management.Automation.Job2 -> unit
Public MustOverride Sub RemoveJob (job As Job2)
Parameters
- job
- Job2
Job object to remove.