ThreadJob Module
此模块扩展了现有的 PowerShell BackgroundJob,以包括新的基于线程的 ThreadJob 作业。 这是一种较轻量的解决方案,用于运行在现有 PowerShell 作业基础结构中运行的并发 PowerShell 脚本。
ThreadJob Cmdlet
Cmdlet | 说明 |
---|---|
Start-ThreadJob |
Creates background jobs similar to the |
此模块扩展了现有的 PowerShell BackgroundJob,以包括新的基于线程的 ThreadJob 作业。 这是一种较轻量的解决方案,用于运行在现有 PowerShell 作业基础结构中运行的并发 PowerShell 脚本。
Cmdlet | 说明 |
---|---|
Start-ThreadJob |
Creates background jobs similar to the |