Table of Contents

Constructor RunnerId

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

RunnerId(string, int, int)

Constructor that initializes RunnerId instance value.

public RunnerId(string SessionId, int RunnerNumber, int Generation)

Parameters

SessionId string

Id of the active session to which the runner belongs.

RunnerNumber int

A number assigned to the runner within the session.

Generation int

An Generation value of the active session to which the runner belongs.

RunnerId(IActiveSession, int)

Constructor that initializes RunnerId instance value.
public RunnerId(IActiveSession Session, int RunnerNumber)

Parameters

Session IActiveSession

Active session to which the runner belongs.

RunnerNumber int
A number assigned to the runner within the session.