DarkEmu_GameServer.Systems.UpdateServerInfo C# (CSharp) Méthode

UpdateServerInfo() public static méthode

public static UpdateServerInfo ( ) : void
Résultat void
        public static void UpdateServerInfo()
        {
            UpdateServerInfo(1);
        }

Same methods

Systems::UpdateServerInfo ( byte bStatus ) : void

Usage Example

Exemple #1
0
 public static void updateServerList(object List, EventArgs a)
 {
     Systems.UpdateServerInfo();
 }
Systems