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
SessionIdstringId of the active session to which the runner belongs.
RunnerNumberintA number assigned to the runner within the session.
GenerationintAn Generation value of the active session to which the runner belongs.
RunnerId(IActiveSession, int)
public RunnerId(IActiveSession Session, int RunnerNumber)
Parameters
SessionIActiveSessionActive session to which the runner belongs.
RunnerNumberint- A number assigned to the runner within the session.