C# Class PowerShellRunnerService.PowerShellRunner

Show file Open project: ClearMeasure/PowerShellRunnerService

Public Methods

Method Description
ExecuteScript ( ScriptConfigElement e ) : void
ProcessScripts ( ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Debug_DataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e ) : void
Error_DataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e ) : void
Progress_DataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e ) : void
Verbose_DataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e ) : void
Warning_DataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e ) : void
outputCollection_DataAdded ( object sender, System.Management.Automation.DataAddedEventArgs e ) : void

Method Details

ExecuteScript() public method

public ExecuteScript ( ScriptConfigElement e ) : void
e PowerShellRunnerService.Config.ScriptConfigElement
return void

ProcessScripts() public method

public ProcessScripts ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void