Example #1
0
 public AxlNetClient.StandardResponse removeSoftKeyTemplate(AxlNetClient.NameAndGUIDRequest removeSoftKeyTemplate1)
 {
     AxlNetClient.removeSoftKeyTemplateRequest inValue = new AxlNetClient.removeSoftKeyTemplateRequest();
     inValue.removeSoftKeyTemplate = removeSoftKeyTemplate1;
     AxlNetClient.removeSoftKeyTemplateResponse retVal = ((AxlNetClient.AXLPort10)(this)).removeSoftKeyTemplate(inValue);
     return(retVal.removeSoftKeyTemplateResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeSoftKeyTemplateResponse> removeSoftKeyTemplateAsync(AxlNetClient.NameAndGUIDRequest removeSoftKeyTemplate)
 {
     AxlNetClient.removeSoftKeyTemplateRequest inValue = new AxlNetClient.removeSoftKeyTemplateRequest();
     inValue.removeSoftKeyTemplate = removeSoftKeyTemplate;
     return(((AxlNetClient.AXLPort10)(this)).removeSoftKeyTemplateAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.removeSoftKeyTemplateResponse> AxlNetClient.AXLPort10.removeSoftKeyTemplateAsync(AxlNetClient.removeSoftKeyTemplateRequest request)
 {
     return(base.Channel.removeSoftKeyTemplateAsync(request));
 }
Example #4
0
 AxlNetClient.removeSoftKeyTemplateResponse AxlNetClient.AXLPort10.removeSoftKeyTemplate(AxlNetClient.removeSoftKeyTemplateRequest request)
 {
     return(base.Channel.removeSoftKeyTemplate(request));
 }