C# 클래스 invertika_account.Program

파일 보기 프로젝트 열기: Invertika/server

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
banTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void
statTimerEvent ( object sender, System.Timers.ElapsedEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

banTimerEvent() 공개 정적인 메소드

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

statTimerEvent() 공개 정적인 메소드

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

프로퍼티 상세

chatChannelManager 공개적으로 정적으로 프로퍼티

public static ChatChannelManager,invertika_account.Chat chatChannelManager
리턴 invertika_account.Chat.ChatChannelManager

chatHandler 공개적으로 정적으로 프로퍼티

public static ChatHandler,invertika_account.Chat chatHandler
리턴 invertika_account.Chat.ChatHandler

guildManager 공개적으로 정적으로 프로퍼티

public static GuildManager,invertika_account.Chat guildManager
리턴 invertika_account.Chat.GuildManager

postalManager 공개적으로 정적으로 프로퍼티

public static PostManager,invertika_account.Chat postalManager
리턴 invertika_account.Chat.PostManager

storage 공개적으로 정적으로 프로퍼티

public static Storage storage
리턴 Storage

stringFilter 공개적으로 정적으로 프로퍼티

public static StringFilter,invertika_account.Utilities stringFilter
리턴 invertika_account.Utilities.StringFilter