Click or drag to resize
Galactic API

PowerShellScriptRunspacePool Property

A specific Runspace pool used to invoke pipelines for this PowerShell Script. (Optional)

Namespace:  Galactic.PowerShell
Assembly:  Galactic.PowerShell (in Galactic.PowerShell.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public RunspacePool RunspacePool { get; set; }

Property Value

Type: RunspacePool

Implements

IPowerShellScriptRunspacePool
See Also