public Session AwaitConnected()

in JetBrains.Profiler.SelfApi/src/DotMemory.cs [446:453]


      public Session AwaitConnected()
      {
        if(_consoleProfiler.IsApiUsed)
          _consoleProfiler.AwaitConnected(_timeout);
        else
          _consoleProfiler.AwaitResponse("connected", _timeout);
        return this;
      }