Example #1
0
 public System.IAsyncResult BeginFindTheWord(Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("FindTheWord", _args, callback, asyncState);
     return(_result);
 }
Example #2
0
 private System.IAsyncResult BeginFindTheWord(string name, string language, System.AsyncCallback callback, object asyncState)
 {
     Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordRequest inValue = new Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordRequest();
     inValue.Body          = new Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordRequestBody();
     inValue.Body.name     = name;
     inValue.Body.language = language;
     return(((Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap)(this)).BeginFindTheWord(inValue, callback, asyncState));
 }
Example #3
0
 System.IAsyncResult Johnny.WP7.Dictionary.SAPDictionaryService.SAPDictionarySoap.BeginFindTheWord(Johnny.WP7.Dictionary.SAPDictionaryService.FindTheWordRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginFindTheWord(request, callback, asyncState));
 }