PowerShellRunspaceMiddleware constructor

Initializes a new instance of the PowerShellRunspaceMiddleware class.

public PowerShellRunspaceMiddleware(RequestDelegate next, KestrunRunspacePoolManager pool)
parameter description
next The next middleware in the pipeline.
pool The runspace pool manager.

See Also