C# Class OpenSim.OpenSimBackground

Consoleless OpenSimulator region server
Inheritance: OpenSim
Afficher le fichier Open project: Mobius-Team/Mobius

Méthodes publiques

Méthode 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 méthode

public OpenSimBackground ( IConfigSource configSource ) : System.Reflection
configSource IConfigSource
Résultat System.Reflection

Shutdown() public méthode

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

Startup() public méthode

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