C# Class ServerTools.HighPingKicker

Afficher le fichier Open project: dmustanger/7dtd-ServerTools Class Usage Examples

Méthodes publiques

Свойство Type Description
Dict string>.SortedDictionary
IsEnabled bool
IsRunning bool
MAXPING int
SamplesNeeded int

Méthodes publiques

Méthode Description
CheckPing ( ClientInfo _cInfo ) : void
Load ( ) : void
Unload ( ) : void
UpdateXml ( ) : void

Private Methods

Méthode Description
InitFileWatcher ( ) : void
KickPlayer ( ClientInfo _cInfo ) : void
Loadxml ( ) : void
OnFileChanged ( object source, FileSystemEventArgs e ) : void

Method Details

CheckPing() public static méthode

public static CheckPing ( ClientInfo _cInfo ) : void
_cInfo ClientInfo
Résultat void

Load() public static méthode

public static Load ( ) : void
Résultat void

Unload() public static méthode

public static Unload ( ) : void
Résultat void

UpdateXml() public static méthode

public static UpdateXml ( ) : void
Résultat void

Property Details

Dict public_oe static_oe property

public static SortedDictionary Dict
Résultat string>.SortedDictionary

IsEnabled public_oe static_oe property

public static bool IsEnabled
Résultat bool

IsRunning public_oe static_oe property

public static bool IsRunning
Résultat bool

MAXPING public_oe static_oe property

public static int MAXPING
Résultat int

SamplesNeeded public_oe static_oe property

public static int SamplesNeeded
Résultat int