DarkEmu_GameServer.Systems.UpdateServerInfo C# (CSharp) Метод

UpdateServerInfo() публичный статический Метод

public static UpdateServerInfo ( ) : void
Результат void
        public static void UpdateServerInfo()
        {
            UpdateServerInfo(1);
        }

Same methods

Systems::UpdateServerInfo ( byte bStatus ) : void

Usage Example

Пример #1
0
 public static void updateServerList(object List, EventArgs a)
 {
     Systems.UpdateServerInfo();
 }
Systems