Method GetNonTypedRunner
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
GetNonTypedRunner(int, HttpContext)
A method used to search for and return a base, non-typed interface of an existing runner
IRunner? GetNonTypedRunner(int RunnerNumber, HttpContext Context)
Parameters
RunnerNumber
int- A number (key) specifying the runner to search for
Context
HttpContext- Context of the HTTP request from handler of which the method is called
Returns
- IRunner
A base, non-typed runner interface.
Remarks
Context
parameter is used here just for tracing purposes