示例#1
0
 public Live.Log.Extractor.Web.IndexService.IndexInformation[] SearchIndex(Live.Log.Extractor.Web.IndexService.ProductType product, string searchText)
 {
     return(base.Channel.SearchIndex(product, searchText));
 }
示例#2
0
 public bool CreateIndexFiles(Live.Log.Extractor.Web.IndexService.ProductType product)
 {
     return(base.Channel.CreateIndexFiles(product));
 }