Esempio n. 1
0
 public Live.Log.Extractor.IndexerService.IndexInformation[] SearchIndex(Live.Log.Extractor.Domain.ProductType product, string searchText)
 {
     return(base.Channel.SearchIndex(product, searchText));
 }
Esempio n. 2
0
 public bool CreateIndexFiles(Live.Log.Extractor.Domain.ProductType product)
 {
     return(base.Channel.CreateIndexFiles(product));
 }