Update Invoke-PSThread.ps1

This commit is contained in:
freedbygrace
2023-10-19 17:01:51 -04:00
committed by GitHub
parent 7bae9a026b
commit 4e82038adb
+2 -2
View File
@@ -215,7 +215,7 @@ Function Invoke-PSThread
$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
@@ -915,4 +915,4 @@ Function Invoke-PSThread
} }
} }
} }
#endregion #endregion