Property | Type | Description | |
---|---|---|---|
m_registry | IRegistryCore |
Method | Description | |
---|---|---|
FinishedStartup ( ) : void | ||
Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
Start ( IConfigSource config, IRegistryCore registry ) : void |
Method | Description | |
---|---|---|
OnGenericEvent ( string FunctionName, object parameters ) : object |
Server side
|
|
OnMessageReceived ( OSDMap message ) : OSDMap |
Region side
|
public Initialize ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |
protected OnGenericEvent ( string FunctionName, object parameters ) : object | ||
FunctionName | string | |
parameters | object | |
return | object |
protected OnMessageReceived ( OSDMap message ) : OSDMap | ||
message | OSDMap | |
return | OSDMap |
public Start ( IConfigSource config, IRegistryCore registry ) : void | ||
config | IConfigSource | |
registry | IRegistryCore | |
return | void |