C# Class invertika_account.Program

Afficher le fichier Open project: Invertika/server

Méthodes publiques

Свойство Type Description
chatChannelManager invertika_account.Chat.ChatChannelManager
chatHandler invertika_account.Chat.ChatHandler
guildManager invertika_account.Chat.GuildManager
postalManager invertika_account.Chat.PostManager
storage Storage
stringFilter invertika_account.Utilities.StringFilter

Méthodes publiques

Méthode Description
banTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
statTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void

Private Methods

Méthode Description
Main ( string args ) : int
closeGracefully ( int val ) : void
deinitializeServer ( ) : void
dumpStatistics ( string accountAddress, int accountClientPort, int accountGamePort, int chatClientPort ) : void
initialize ( ) : void
parseOptions ( string args, ISL.Server.Common.CommandLineOptions &options ) : void
printHelp ( ) : void

Method Details

banTimerEvent() public static méthode

public static banTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void

statTimerEvent() public static méthode

public static statTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
Résultat void

Property Details

chatChannelManager public_oe static_oe property

public static ChatChannelManager,invertika_account.Chat chatChannelManager
Résultat invertika_account.Chat.ChatChannelManager

chatHandler public_oe static_oe property

public static ChatHandler,invertika_account.Chat chatHandler
Résultat invertika_account.Chat.ChatHandler

guildManager public_oe static_oe property

public static GuildManager,invertika_account.Chat guildManager
Résultat invertika_account.Chat.GuildManager

postalManager public_oe static_oe property

public static PostManager,invertika_account.Chat postalManager
Résultat invertika_account.Chat.PostManager

storage public_oe static_oe property

public static Storage storage
Résultat Storage

stringFilter public_oe static_oe property

public static StringFilter,invertika_account.Utilities stringFilter
Résultat invertika_account.Utilities.StringFilter