C# Класс OpenSim.OpenSimBackground

Consoleless OpenSimulator region server
Наследование: OpenSim
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

OpenSimBackground() публичный Метод

public OpenSimBackground ( IConfigSource configSource ) : System.Reflection
configSource IConfigSource
Результат System.Reflection

Shutdown() публичный Метод

Performs any last-minute sanity checking and shuts down the region server
public Shutdown ( ) : void
Результат void

Startup() публичный Метод

Performs initialisation of the scene, such as loading configuration from disk.
public Startup ( ) : void
Результат void