PSRunspacedDelegate

0.1

This PowerShell module provides the ability to turn a delegate object into one that will work within PowerShell, for instance, methods ending (by convention) in *Async and return a Task object.

You can create a runspaced delegate with `New-RunspacedDelegate` and pass it to `Task`s OnCompleted method.

Check the GitHub repository https://github.com/tahir-hassan/P
This PowerShell module provides the ability to turn a delegate object into one that will work within PowerShell, for instance, methods ending (by convention) in *Async and return a Task object.

You can create a runspaced delegate with `New-RunspacedDelegate` and pass it to `Task`s OnCompleted method.

Check the GitHub repository https://github.com/tahir-hassan/PSRunspacedDelegate for more information.
Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSRunspacedDelegate

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSRunspacedDelegate

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Tahir Hassan. MIT License.

Package Details

Author(s)

  • Tahir Hassan

Functions

New-RunspacedDelegate

Dependencies

This module has no dependencies.

FileList

Version History

Version Downloads Last updated
0.1 (current version) 1,946 11/2/2017