RemotingInterface.IpcInterface.Ping C# (CSharp) Метод

Ping() публичный Метод

Does nothing, but will throw a remoting exception if the Controller is unreachable.
public Ping ( ) : void
Результат void
        public void Ping()
        {
            return;
        }