Property RunnerNumber
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
RunnerNumber
The number (integer key) for the runner object that is unique within the Active Session. It is intended to be used to access the runner object later via GetRunner<TResult>(int, HttpContext) method
public int RunnerNumber { readonly get; set; }