ForEachObjectCommand.AsJob Property
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.
Gets or sets a flag that returns a job object immediately for the parallel operation, instead of returning after all foreach processing is completed.
[System.Management.Automation.Parameter(ParameterSetName="ParallelParameterSet")]
public System.Management.Automation.SwitchParameter AsJob { get; set; }
[<System.Management.Automation.Parameter(ParameterSetName="ParallelParameterSet")>]
member this.AsJob : System.Management.Automation.SwitchParameter with get, set
Public Property AsJob As SwitchParameter
Property Value
- Attributes