internal LocatorInfo(ILocatorPrx locator, LocatorTable table, bool background)
 {
     Locator     = locator;
     _table      = table;
     _background = background;
 }