C# Class PSParallel.InvokeParallelCommand.WorkerBase

Afficher le fichier Open project: powercode/PSParallel

Protected Properties

Свойство Type Description
Cmdlet InvokeParallelCommand
Pool PowershellPool

Méthodes publiques

Méthode Description
EndProcessing ( ) : void
ProcessRecord ( System.Management.Automation.PSObject inputObject ) : void
WriteProgress ( Collection progress ) : void

Méthodes protégées

Méthode Description
WorkerBase ( InvokeParallelCommand cmdlet ) : System
WriteOutputs ( ) : void
WriteProgress ( System.Management.Automation.ProgressRecord record ) : void

Method Details

EndProcessing() public abstract méthode

public abstract EndProcessing ( ) : void
Résultat void

ProcessRecord() public abstract méthode

public abstract ProcessRecord ( System.Management.Automation.PSObject inputObject ) : void
inputObject System.Management.Automation.PSObject
Résultat void

WorkerBase() protected méthode

protected WorkerBase ( InvokeParallelCommand cmdlet ) : System
cmdlet InvokeParallelCommand
Résultat System

WriteOutputs() protected méthode

protected WriteOutputs ( ) : void
Résultat void

WriteProgress() public abstract méthode

public abstract WriteProgress ( Collection progress ) : void
progress Collection
Résultat void

WriteProgress() protected méthode

protected WriteProgress ( System.Management.Automation.ProgressRecord record ) : void
record System.Management.Automation.ProgressRecord
Résultat void

Property Details

Cmdlet protected_oe property

protected InvokeParallelCommand,PSParallel Cmdlet
Résultat InvokeParallelCommand

Pool protected_oe property

protected PowershellPool,PSParallel Pool
Résultat PowershellPool