May 27, 2008
0
0
WPF & PowerShell – Part 6 (Running Functions in the Background)
For the next part in the series, I've introduced another update to the Show-Control function you first met in Part 4. In this update, I've added the ability to run the control you've created in a background runspace as a switch. In order to do this, Show-Control employs a neat little trick. It actually creates a background runspace, ...