RemotingInterface.IpcInterface.Ping C# (CSharp) Méthode

Ping() public méthode

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