Пример #1
0
 public Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsResponse EndFindAllWords(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsResponse _result = ((Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsResponse)(base.EndInvoke("FindAllWords", _args, result)));
     return(_result);
 }
Пример #2
0
 private Johnny.WP7.Dictionary.SAPDictionaryService.ArrayOfString EndFindAllWords(System.IAsyncResult result)
 {
     Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsResponse retVal = ((Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap)(this)).EndFindAllWords(result);
     return(retVal.Body.FindAllWordsResult);
 }