Exemple #1
0
 public AxlNetClient.StandardResponse updatePhoneButtonTemplate(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate1)
 {
     AxlNetClient.updatePhoneButtonTemplateRequest inValue = new AxlNetClient.updatePhoneButtonTemplateRequest();
     inValue.updatePhoneButtonTemplate = updatePhoneButtonTemplate1;
     AxlNetClient.updatePhoneButtonTemplateResponse retVal = ((AxlNetClient.AXLPort31)(this)).updatePhoneButtonTemplate(inValue);
     return(retVal.updatePhoneButtonTemplateResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneButtonTemplateResponse> updatePhoneButtonTemplateAsync(AxlNetClient.UpdatePhoneButtonTemplateReq updatePhoneButtonTemplate)
 {
     AxlNetClient.updatePhoneButtonTemplateRequest inValue = new AxlNetClient.updatePhoneButtonTemplateRequest();
     inValue.updatePhoneButtonTemplate = updatePhoneButtonTemplate;
     return(((AxlNetClient.AXLPort31)(this)).updatePhoneButtonTemplateAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.updatePhoneButtonTemplateResponse> AxlNetClient.AXLPort31.updatePhoneButtonTemplateAsync(AxlNetClient.updatePhoneButtonTemplateRequest request)
 {
     return(base.Channel.updatePhoneButtonTemplateAsync(request));
 }
Exemple #4
0
 AxlNetClient.updatePhoneButtonTemplateResponse AxlNetClient.AXLPort31.updatePhoneButtonTemplate(AxlNetClient.updatePhoneButtonTemplateRequest request)
 {
     return(base.Channel.updatePhoneButtonTemplate(request));
 }