Exemplo n.º 1
0
 public AxlNetClient.GetSoftKeySetRes getSoftKeySet(AxlNetClient.GetSoftKeySetReq getSoftKeySet1)
 {
     AxlNetClient.getSoftKeySetRequest inValue = new AxlNetClient.getSoftKeySetRequest();
     inValue.getSoftKeySet = getSoftKeySet1;
     AxlNetClient.getSoftKeySetResponse retVal = ((AxlNetClient.AXLPort80)(this)).getSoftKeySet(inValue);
     return(retVal.getSoftKeySetResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getSoftKeySetResponse> getSoftKeySetAsync(AxlNetClient.GetSoftKeySetReq getSoftKeySet)
 {
     return(axlPortClient80.getSoftKeySetAsync(getSoftKeySet));
 }
Exemplo n.º 3
0
 public AxlNetClient.GetSoftKeySetRes getSoftKeySet(AxlNetClient.GetSoftKeySetReq getSoftKeySet1)
 {
     return(axlPortClient80.getSoftKeySet(getSoftKeySet1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.getSoftKeySetResponse> getSoftKeySetAsync(AxlNetClient.GetSoftKeySetReq getSoftKeySet)
 {
     AxlNetClient.getSoftKeySetRequest inValue = new AxlNetClient.getSoftKeySetRequest();
     inValue.getSoftKeySet = getSoftKeySet;
     return(((AxlNetClient.AXLPort80)(this)).getSoftKeySetAsync(inValue));
 }