Brunet.Symphony.StructuredShortcutConnectionOverlord.CheckState C# (CSharp) Метод

CheckState() защищенный Метод

protected CheckState ( object node, EventArgs eargs ) : void
node object
eargs System.EventArgs
Результат void
    protected void CheckState(object node, EventArgs eargs)
    {
      if( IsActive == false ) {
        return;
      }

      TrimConnections();

      if( NeedConnection ) {
        //Wake back up and try to get some
        Activate();
      }
    }