ThreadJob Module
此模組會擴充現有的 PowerShell 背景作業(BackgroundJob),以納入基於執行緒的新型 ThreadJob 作業。 這是執行可在現有PowerShell作業基礎結構內運作之並行PowerShell腳本的較輕量解決方案。
ThreadJob Cmdlets
| 指令程式 | Description |
|---|---|
| Start-ThreadJob |
Creates background jobs similar to the |
此模組會擴充現有的 PowerShell 背景作業(BackgroundJob),以納入基於執行緒的新型 ThreadJob 作業。 這是執行可在現有PowerShell作業基礎結構內運作之並行PowerShell腳本的較輕量解決方案。
| 指令程式 | Description |
|---|---|
| Start-ThreadJob |
Creates background jobs similar to the |