RemotingInterface.IpcInterface.Ping C# (CSharp) Method

Ping() public method

Does nothing, but will throw a remoting exception if the Controller is unreachable.
public Ping ( ) : void
return void
        public void Ping()
        {
            return;
        }