Table of Contents

Method IsLocal

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

IsLocal(IRunner)

Indicates that the runner execute itself on the same host as a caller.
public static bool IsLocal(this IRunner Runner)

Parameters

Runner IRunner

An instance of a runner for which the method is called.

Returns

bool

true if the runner is executed on the same host as a caller, false otherwise.