Beispiel #1
0
 public Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordResponse EndFindTheWord(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordResponse _result = ((Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordResponse)(base.EndInvoke("FindTheWord", _args, result)));
     return(_result);
 }
Beispiel #2
0
 private Johnny.WP7.Dictionary.SAPDictionaryService.ArrayOfString EndFindTheWord(System.IAsyncResult result)
 {
     Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordResponse retVal = ((Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap)(this)).EndFindTheWord(result);
     return(retVal.Body.FindTheWordResult);
 }