C# Class Universe.Services.FriendsProcessing

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
OnMessageReceived ( OSDMap message ) : OSDMap

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

OnMessageReceived() protected méthode

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