Esempio n. 1
0
 public System.Threading.Tasks.Task <GlobalTextAnalyzerService.count_one_wordResponse1> count_one_wordAsync(GlobalTextAnalyzerService.count_one_word count_one_word)
 {
     GlobalTextAnalyzerService.count_one_word1 inValue = new GlobalTextAnalyzerService.count_one_word1();
     inValue.count_one_word = count_one_word;
     return(((GlobalTextAnalyzerService.GlobalTextAnalyzer)(this)).count_one_wordAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <GlobalTextAnalyzerService.count_one_wordResponse1> GlobalTextAnalyzerService.GlobalTextAnalyzer.count_one_wordAsync(GlobalTextAnalyzerService.count_one_word1 request)
 {
     return(base.Channel.count_one_wordAsync(request));
 }