C# Class OpenSim.OpenSimBackground

Consoleless OpenSimulator region server
Inheritance: OpenSim
Mostra file Open project: Mobius-Team/Mobius

Public Methods

Method Description
OpenSimBackground ( IConfigSource configSource ) : System.Reflection
Shutdown ( ) : void

Performs any last-minute sanity checking and shuts down the region server

Startup ( ) : void

Performs initialisation of the scene, such as loading configuration from disk.

Method Details

OpenSimBackground() public method

public OpenSimBackground ( IConfigSource configSource ) : System.Reflection
configSource IConfigSource
return System.Reflection

Shutdown() public method

Performs any last-minute sanity checking and shuts down the region server
public Shutdown ( ) : void
return void

Startup() public method

Performs initialisation of the scene, such as loading configuration from disk.
public Startup ( ) : void
return void