C# Class Universe.Services.EstateProcessing

Inheritance: IService
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_registry IRegistryCore

Méthodes publiques

Méthode Description
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Méthodes protégées

Méthode Description
OnGenericEvent ( string FunctionName, object parameters ) : object

Server side

OnMessageReceived ( OSDMap message ) : OSDMap

Region side

Method Details

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

OnGenericEvent() protected méthode

Server side
protected OnGenericEvent ( string FunctionName, object parameters ) : object
FunctionName string
parameters object
Résultat object

OnMessageReceived() protected méthode

Region side
protected OnMessageReceived ( OSDMap message ) : OSDMap
message OSDMap
Résultat OSDMap

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Property Details

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore