Esempio n. 1
0
 public System.IAsyncResult BeginFindWordsByAlphabet(Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("FindWordsByAlphabet", _args, callback, asyncState);
     return(_result);
 }
Esempio n. 2
0
 private System.IAsyncResult BeginFindWordsByAlphabet(char letter, string language, System.AsyncCallback callback, object asyncState)
 {
     Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetRequest inValue = new Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetRequest();
     inValue.Body          = new Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetRequestBody();
     inValue.Body.letter   = letter;
     inValue.Body.language = language;
     return(((Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap)(this)).BeginFindWordsByAlphabet(inValue, callback, asyncState));
 }
Esempio n. 3
0
 System.IAsyncResult Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap.BeginFindWordsByAlphabet(Johnny.WP7.Dictionary.SAPDictionaryService.FindWordsByAlphabetRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginFindWordsByAlphabet(request, callback, asyncState));
 }