Show / Hide Table of Contents

Class RouteProbingPlugin

Inheritance
System.Object
RouteProbingPlugin
Implements
IThreadedPlugin
IShutdownablePlugin
IServerPlugin
ICommandablePlugin
Namespace: Eco.Simulation.RouteProbing
Assembly: Eco.Simulation.dll
Syntax
public class RouteProbingPlugin : SimplePlugin<RouteManager>, IThreadedPlugin, IShutdownablePlugin, IServerPlugin, ICommandablePlugin

Constructors

RouteProbingPlugin()

Declaration
public RouteProbingPlugin()

Methods

GetCommands(Dictionary<String, Action>)

Declaration
public void GetCommands(Dictionary<string, Action> nameToFunction)
Parameters
Type Name Description
System.Collections.Generic.Dictionary<System.String, System.Action> nameToFunction

Run()

Declaration
public void Run()

ShutdownAsync()

Declaration
public Task ShutdownAsync()
Returns
Type Description
System.Threading.Tasks.Task

Implements

IThreadedPlugin
IShutdownablePlugin
IServerPlugin
ICommandablePlugin
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾