C# Class PSParallel.InvokeParallelCommand

Inheritance: System.Management.Automation.PSCmdlet, IDisposable
Show file Open project: powercode/PSParallel Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
BeginProcessing ( ) : void
EndProcessing ( ) : void
ProcessRecord ( ) : void
StopProcessing ( ) : void

Private Methods

Method 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 method

protected BeginProcessing ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

EndProcessing() protected method

protected EndProcessing ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void

StopProcessing() protected method

protected StopProcessing ( ) : void
return void