C# Class WhiteCore.Modules.AbuseReports.AbuseReportsService

Inheritance: IService
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

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
HandleAbuseReports ( IScene scene, string cmd ) : void

Method Details

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

HandleAbuseReports() protected méthode

protected HandleAbuseReports ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

Initialize() public méthode

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

Start() public méthode

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