| IPowerShellScriptRunspacePool 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 RunspacePool RunspacePool { get; set; }
Property RunspacePool As RunspacePool
Get
Set
property RunspacePool^ RunspacePool {
RunspacePool^ get ();
void set (RunspacePool^ value);
}
abstract RunspacePool : RunspacePool with get, set
Property Value
Type:
RunspacePoolSee Also