Exemple #1
0
 public AxlNetClient.StandardResponse addPhone(AxlNetClient.AddPhoneReq addPhone1)
 {
     AxlNetClient.addPhoneRequest inValue = new AxlNetClient.addPhoneRequest();
     inValue.addPhone = addPhone1;
     AxlNetClient.addPhoneResponse retVal = ((AxlNetClient.AXLPort43)(this)).addPhone(inValue);
     return(retVal.addPhoneResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addPhoneResponse> addPhoneAsync(AxlNetClient.AddPhoneReq addPhone)
 {
     AxlNetClient.addPhoneRequest inValue = new AxlNetClient.addPhoneRequest();
     inValue.addPhone = addPhone;
     return(((AxlNetClient.AXLPort43)(this)).addPhoneAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.addPhoneResponse> AxlNetClient.AXLPort43.addPhoneAsync(AxlNetClient.addPhoneRequest request)
 {
     return(base.Channel.addPhoneAsync(request));
 }
Exemple #4
0
 AxlNetClient.addPhoneResponse AxlNetClient.AXLPort43.addPhone(AxlNetClient.addPhoneRequest request)
 {
     return(base.Channel.addPhone(request));
 }