PowerShellRunspaceMiddleware.InvokeAsync method

Processes an HTTP request using a PowerShell runspace from the pool.

public Task InvokeAsync(HttpContext context)
parameter description
context The HTTP context for the current request.

See Also