Table of Contents

Struct KeyedRunner<TResult>

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

The type of structure used to return newly created runner

public record struct KeyedRunner<TResult> : IEquatable<KeyedRunner<TResult>>

Type Parameters

TResult

Type specializing the runner's IRunner<TResult> interface

Implements
Inherited Members

Constructors

KeyedRunner(IRunner<TResult>, int)

The type of structure used to return newly created runner

Properties

Runner

A reference to the runner object returned

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