PowerShellRunspaceMiddleware class

Initializes a new instance of the PowerShellRunspaceMiddleware class.

public sealed class PowerShellRunspaceMiddleware
parameter description
next The next middleware in the pipeline.
pool The runspace pool manager.

Public Members

name description
PowerShellRunspaceMiddleware(…) Initializes a new instance of the PowerShellRunspaceMiddleware class.
InvokeAsync(…) Processes an HTTP request using a PowerShell runspace from the pool.

See Also