C# Class Microsoft.Threading.AsyncPump

Provides a pump that supports running asynchronous methods on the current thread.
Show file Open project: Psychlist1972/Windows-10-PowerShell-MIDI

Public Methods

Method Description
Run ( Func func ) : void

Runs the specified asynchronous function.

Method Details

Run() public static method

Runs the specified asynchronous function.
public static Run ( Func func ) : void
func Func The asynchronous function to execute.
return void