Table of Contents

Constructor KeyedRunner

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

KeyedRunner(IRunner<TResult>, int)

The type of structure used to return newly created runner

public KeyedRunner(IRunner<TResult> Runner, int RunnerNumber)

Parameters

Runner IRunner<TResult>

A reference to the runner object returned

RunnerNumber int

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