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
TRequest
Type of the initialization data used to create a new runner
TResult
Type of the result, returned by the runner