Ejemplo n.º 1
0
 public System.IAsyncResult BeginFindAllWords(Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("FindAllWords", _args, callback, asyncState);
     return(_result);
 }
Ejemplo n.º 2
0
 private System.IAsyncResult BeginFindAllWords(string name, string language, int top, System.AsyncCallback callback, object asyncState)
 {
     Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsRequest inValue = new Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsRequest();
     inValue.Body          = new Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsRequestBody();
     inValue.Body.name     = name;
     inValue.Body.language = language;
     inValue.Body.top      = top;
     return(((Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap)(this)).BeginFindAllWords(inValue, callback, asyncState));
 }
Ejemplo n.º 3
0
 System.IAsyncResult Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap.BeginFindAllWords(Johnny.WP7.Dictionary.SAPDictionaryService.FindAllWordsRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginFindAllWords(request, callback, asyncState));
 }