Beispiel #1
0
 public System.Threading.Tasks.Task <WFWebService.WS.DelDictResponse> DelDictAsync(WFWebService.WS.Phone phone)
 {
     WFWebService.WS.DelDictRequest inValue = new WFWebService.WS.DelDictRequest();
     inValue.Body       = new WFWebService.WS.DelDictRequestBody();
     inValue.Body.phone = phone;
     return(((WFWebService.WS.WebServiceSoap)(this)).DelDictAsync(inValue));
 }
Beispiel #2
0
 public void DelDict(WFWebService.WS.Phone phone)
 {
     WFWebService.WS.DelDictRequest inValue = new WFWebService.WS.DelDictRequest();
     inValue.Body       = new WFWebService.WS.DelDictRequestBody();
     inValue.Body.phone = phone;
     WFWebService.WS.DelDictResponse retVal = ((WFWebService.WS.WebServiceSoap)(this)).DelDict(inValue);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <WFWebService.WS.DelDictResponse> WFWebService.WS.WebServiceSoap.DelDictAsync(WFWebService.WS.DelDictRequest request)
 {
     return(base.Channel.DelDictAsync(request));
 }
Beispiel #4
0
 WFWebService.WS.DelDictResponse WFWebService.WS.WebServiceSoap.DelDict(WFWebService.WS.DelDictRequest request)
 {
     return(base.Channel.DelDict(request));
 }