コード例 #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
 public count_words1(GlobalTextAnalyzerService.count_words count_words)
 {
     this.count_words = count_words;
 }