C# Class PSParallel.InvokeParallelCommand

Inheritance: System.Management.Automation.PSCmdlet, IDisposable
Afficher le fichier Open project: powercode/PSParallel Class Usage Examples

Private Properties

Свойство Type Description
CaptureFunctions void
CaptureVariables void
GetFunctions IEnumerable
GetSessionState System.Management.Automation.Runspaces.InitialSessionState
GetSessionState System.Management.Automation.Runspaces.InitialSessionState
GetVariables IEnumerable
ValidateParameters void
WriteOutputs void

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
ProcessRecord ( ) : void
StopProcessing ( ) : void

Private Methods

Méthode Description
CaptureFunctions ( System.Management.Automation.SessionState sessionState, InitialSessionState initialSessionState ) : void
CaptureVariables ( System.Management.Automation.SessionState sessionState, InitialSessionState initialSessionState ) : void
GetFunctions ( System.Management.Automation.SessionState sessionState ) : IEnumerable
GetSessionState ( ) : InitialSessionState
GetSessionState ( System.Management.Automation.SessionState sessionState ) : InitialSessionState
GetVariables ( System.Management.Automation.SessionState sessionState ) : IEnumerable
ValidateParameters ( ) : void
WriteOutputs ( ) : void

Method Details

BeginProcessing() protected méthode

protected BeginProcessing ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EndProcessing() protected méthode

protected EndProcessing ( ) : void
Résultat void

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void

StopProcessing() protected méthode

protected StopProcessing ( ) : void
Résultat void