Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse removePhone(AxlNetClient.NameAndGUIDRequest removePhone1)
 {
     AxlNetClient.removePhoneRequest inValue = new AxlNetClient.removePhoneRequest();
     inValue.removePhone = removePhone1;
     AxlNetClient.removePhoneResponse retVal = ((AxlNetClient.AXLPort43)(this)).removePhone(inValue);
     return(retVal.removePhoneResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.removePhoneResponse> removePhoneAsync(AxlNetClient.NameAndGUIDRequest removePhone)
 {
     AxlNetClient.removePhoneRequest inValue = new AxlNetClient.removePhoneRequest();
     inValue.removePhone = removePhone;
     return(((AxlNetClient.AXLPort43)(this)).removePhoneAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.removePhoneResponse> AxlNetClient.AXLPort43.removePhoneAsync(AxlNetClient.removePhoneRequest request)
 {
     return(base.Channel.removePhoneAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.removePhoneResponse AxlNetClient.AXLPort43.removePhone(AxlNetClient.removePhoneRequest request)
 {
     return(base.Channel.removePhone(request));
 }