예제 #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);
 }
예제 #2
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));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateSoftKeySetResponse> AxlNetClient.AXLPort80.updateSoftKeySetAsync(AxlNetClient.updateSoftKeySetRequest request)
 {
     return(base.Channel.updateSoftKeySetAsync(request));
 }
예제 #4
0
 AxlNetClient.updateSoftKeySetResponse AxlNetClient.AXLPort80.updateSoftKeySet(AxlNetClient.updateSoftKeySetRequest request)
 {
     return(base.Channel.updateSoftKeySet(request));
 }