Interface IRunnerFactory<TRequest, TResult>
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
A factory object used to create a new runner
public interface IRunnerFactory<TRequest, TResult>
Type Parameters
TRequestType of the initialization data used to create a new runner
TResultType of the result, returned by the runner