Ejemplo n.º 1
0
 public Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetResponse EndFindWordsByAlphabet(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetResponse _result = ((Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetResponse)(base.EndInvoke("FindWordsByAlphabet", _args, result)));
     return(_result);
 }
Ejemplo n.º 2
0
 private Johnny.WP7.Dictionary.SAPDictionaryService.ArrayOfString EndFindWordsByAlphabet(System.IAsyncResult result)
 {
     Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetResponse retVal = ((Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap)(this)).EndFindWordsByAlphabet(result);
     return(retVal.Body.FindWordsByAlphabetResult);
 }