示例#1
0
 public System.Threading.Tasks.Task <GlobalTextAnalyzerService.count_wordsResponse1> count_wordsAsync(GlobalTextAnalyzerService.count_words count_words)
 {
     GlobalTextAnalyzerService.count_words1 inValue = new GlobalTextAnalyzerService.count_words1();
     inValue.count_words = count_words;
     return(((GlobalTextAnalyzerService.GlobalTextAnalyzer)(this)).count_wordsAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <GlobalTextAnalyzerService.count_wordsResponse1> GlobalTextAnalyzerService.GlobalTextAnalyzer.count_wordsAsync(GlobalTextAnalyzerService.count_words1 request)
 {
     return(base.Channel.count_wordsAsync(request));
 }