Exemplo n.º 1
0
        /// <summary>
        /// Calls the freeze function in order to pause the server
        /// </summary>
        /// <param name="URL"></param>
        public static bool Freeze(string URL)
        {
            ServerInterface server = (ServerInterface)Activator.GetObject(typeof(ServerInterface), URL);

            return(server.Freeze());
        }