Exemple #1
0
 public AxlNetClient.StandardResponse updateSoftKeySet(AxlNetClient.UpdateSoftKeySetReq updateSoftKeySet1)
 {
     AxlNetClient.updateSoftKeySetRequest inValue = new AxlNetClient.updateSoftKeySetRequest();
     inValue.updateSoftKeySet = updateSoftKeySet1;
     AxlNetClient.updateSoftKeySetResponse retVal = ((AxlNetClient.AXLPort80)(this)).updateSoftKeySet(inValue);
     return(retVal.updateSoftKeySetResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSoftKeySetResponse> updateSoftKeySetAsync(AxlNetClient.UpdateSoftKeySetReq updateSoftKeySet)
 {
     return(axlPortClient80.updateSoftKeySetAsync(updateSoftKeySet));
 }
Exemple #3
0
 public AxlNetClient.StandardResponse updateSoftKeySet(AxlNetClient.UpdateSoftKeySetReq updateSoftKeySet1)
 {
     return(axlPortClient80.updateSoftKeySet(updateSoftKeySet1));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSoftKeySetResponse> updateSoftKeySetAsync(AxlNetClient.UpdateSoftKeySetReq updateSoftKeySet)
 {
     AxlNetClient.updateSoftKeySetRequest inValue = new AxlNetClient.updateSoftKeySetRequest();
     inValue.updateSoftKeySet = updateSoftKeySet;
     return(((AxlNetClient.AXLPort80)(this)).updateSoftKeySetAsync(inValue));
 }