mirror of
https://github.com/freedbygrace/Invoke-PSThread.git
synced 2026-08-22 15:36:38 +00:00
Update README.md
This commit is contained in:
@@ -210,7 +210,7 @@
|
|||||||
|
|
||||||
$InvokePSThreadResult = Invoke-PSThread @InvokePSThreadParameters
|
$InvokePSThreadResult = Invoke-PSThread @InvokePSThreadParameters
|
||||||
|
|
||||||
#Do some additional code here
|
#Do some additional work here before beginning to wait for your runspace pool to be completed.
|
||||||
|
|
||||||
$InvokePSThreadParameters = New-Object -TypeName 'System.Collections.Specialized.OrderedDictionary'
|
$InvokePSThreadParameters = New-Object -TypeName 'System.Collections.Specialized.OrderedDictionary'
|
||||||
$InvokePSThreadParameters.Await = $True
|
$InvokePSThreadParameters.Await = $True
|
||||||
|
|||||||
Reference in New Issue
Block a user