C# Class Universe.Services.EstateProcessing

Inheritance: IService
显示文件 Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Property Type Description
m_registry IRegistryCore

Public Methods

Method Description
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Protected Methods

Method Description
OnGenericEvent ( string FunctionName, object parameters ) : object

Server side

OnMessageReceived ( OSDMap message ) : OSDMap

Region side

Method Details

FinishedStartup() public method

public FinishedStartup ( ) : void
return void

Initialize() public method

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

OnGenericEvent() protected method

Server side
protected OnGenericEvent ( string FunctionName, object parameters ) : object
FunctionName string
parameters object
return object

OnMessageReceived() protected method

Region side
protected OnMessageReceived ( OSDMap message ) : OSDMap
message OSDMap
return OSDMap

Start() public method

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
return void

Property Details

m_registry protected_oe property

protected IRegistryCore m_registry
return IRegistryCore