C# Class invertika_account.Program

Exibir arquivo Open project: Invertika/server

Public Properties

Property 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

Public Methods

Method Description
banTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
statTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void

Private Methods

Method 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 method

public static banTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void

statTimerEvent() public static method

public static statTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
sender object
e System.Timers.ElapsedEventArgs
return void

Property Details

chatChannelManager public_oe static_oe property

public static ChatChannelManager,invertika_account.Chat chatChannelManager
return invertika_account.Chat.ChatChannelManager

chatHandler public_oe static_oe property

public static ChatHandler,invertika_account.Chat chatHandler
return invertika_account.Chat.ChatHandler

guildManager public_oe static_oe property

public static GuildManager,invertika_account.Chat guildManager
return invertika_account.Chat.GuildManager

postalManager public_oe static_oe property

public static PostManager,invertika_account.Chat postalManager
return invertika_account.Chat.PostManager

storage public_oe static_oe property

public static Storage storage
return Storage

stringFilter public_oe static_oe property

public static StringFilter,invertika_account.Utilities stringFilter
return invertika_account.Utilities.StringFilter