Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateSoftKeyTemplate(AxlNetClient.UpdateSoftKeyTemplateReq updateSoftKeyTemplate1)
 {
     AxlNetClient.updateSoftKeyTemplateRequest inValue = new AxlNetClient.updateSoftKeyTemplateRequest();
     inValue.updateSoftKeyTemplate = updateSoftKeyTemplate1;
     AxlNetClient.updateSoftKeyTemplateResponse retVal = ((AxlNetClient.AXLPort10)(this)).updateSoftKeyTemplate(inValue);
     return(retVal.updateSoftKeyTemplateResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSoftKeyTemplateResponse> updateSoftKeyTemplateAsync(AxlNetClient.UpdateSoftKeyTemplateReq updateSoftKeyTemplate)
 {
     return(axlPortClient10.updateSoftKeyTemplateAsync(updateSoftKeyTemplate));
 }
Ejemplo n.º 3
0
 public AxlNetClient.StandardResponse updateSoftKeyTemplate(AxlNetClient.UpdateSoftKeyTemplateReq updateSoftKeyTemplate1)
 {
     return(axlPortClient10.updateSoftKeyTemplate(updateSoftKeyTemplate1));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSoftKeyTemplateResponse> updateSoftKeyTemplateAsync(AxlNetClient.UpdateSoftKeyTemplateReq updateSoftKeyTemplate)
 {
     AxlNetClient.updateSoftKeyTemplateRequest inValue = new AxlNetClient.updateSoftKeyTemplateRequest();
     inValue.updateSoftKeyTemplate = updateSoftKeyTemplate;
     return(((AxlNetClient.AXLPort10)(this)).updateSoftKeyTemplateAsync(inValue));
 }