Пример #1
0
 public AxlNetClient.StandardResponse removePhoneButtonTemplate(AxlNetClient.NameAndGUIDRequest removePhoneButtonTemplate1)
 {
     AxlNetClient.removePhoneButtonTemplateRequest inValue = new AxlNetClient.removePhoneButtonTemplateRequest();
     inValue.removePhoneButtonTemplate = removePhoneButtonTemplate1;
     AxlNetClient.removePhoneButtonTemplateResponse retVal = ((AxlNetClient.AXLPort31)(this)).removePhoneButtonTemplate(inValue);
     return(retVal.removePhoneButtonTemplateResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removePhoneButtonTemplateResponse> removePhoneButtonTemplateAsync(AxlNetClient.NameAndGUIDRequest removePhoneButtonTemplate)
 {
     AxlNetClient.removePhoneButtonTemplateRequest inValue = new AxlNetClient.removePhoneButtonTemplateRequest();
     inValue.removePhoneButtonTemplate = removePhoneButtonTemplate;
     return(((AxlNetClient.AXLPort31)(this)).removePhoneButtonTemplateAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.removePhoneButtonTemplateResponse> AxlNetClient.AXLPort31.removePhoneButtonTemplateAsync(AxlNetClient.removePhoneButtonTemplateRequest request)
 {
     return(base.Channel.removePhoneButtonTemplateAsync(request));
 }
Пример #4
0
 AxlNetClient.removePhoneButtonTemplateResponse AxlNetClient.AXLPort31.removePhoneButtonTemplate(AxlNetClient.removePhoneButtonTemplateRequest request)
 {
     return(base.Channel.removePhoneButtonTemplate(request));
 }