Property | Type | Description | |
---|---|---|---|
Cmdlet | |||
Pool |
Method | Description | |
---|---|---|
EndProcessing ( ) : void | ||
ProcessRecord ( System.Management.Automation.PSObject inputObject ) : void | ||
WriteProgress ( Collection |
Method | Description | |
---|---|---|
WorkerBase ( |
||
WriteOutputs ( ) : void | ||
WriteProgress ( System.Management.Automation.ProgressRecord record ) : void |
public abstract ProcessRecord ( System.Management.Automation.PSObject inputObject ) : void | ||
inputObject | System.Management.Automation.PSObject | |
return | void |
protected WorkerBase ( |
||
cmdlet | ||
return | System |
public abstract WriteProgress ( Collection |
||
progress | Collection |
|
return | void |
protected WriteProgress ( System.Management.Automation.ProgressRecord record ) : void | ||
record | System.Management.Automation.ProgressRecord | |
return | void |
protected InvokeParallelCommand,PSParallel Cmdlet | ||
return |