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