WorkflowJobSourceAdapter.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:
override void RemoveJob(System::Management::Automation::Job2 ^ job);
public override void RemoveJob (System.Management.Automation.Job2 job);
override this.RemoveJob : System.Management.Automation.Job2 -> unit
Public Overrides Sub RemoveJob (job As Job2)
Parameters
- job
- Job2
job object to remove