Click or drag to resize

PowerShellExecutionHostBaseWaitForPowerShellExecutionHostToEnd Method

Waits for the PowerShell process to end. Is called after the shut down request was send.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
protected abstract void WaitForPowerShellExecutionHostToEnd()
Remarks
Needs to be implemented in a derived class.
See Also