Beispiel #1
0
 public AxlNetClient.StandardResponse updateVg224(AxlNetClient.UpdateVg224Req updateVg2241)
 {
     AxlNetClient.updateVg224Request inValue = new AxlNetClient.updateVg224Request();
     inValue.updateVg224 = updateVg2241;
     AxlNetClient.updateVg224Response retVal = ((AxlNetClient.AXLPort45)(this)).updateVg224(inValue);
     return(retVal.updateVg224Response1);
 }
Beispiel #2
0
 public AxlNetClient.StandardResponse updateVg224(AxlNetClient.UpdateVg224Req updateVg2241)
 {
     return(axlPortClient45.updateVg224(updateVg2241));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVg224Response> updateVg224Async(AxlNetClient.UpdateVg224Req updateVg224)
 {
     AxlNetClient.updateVg224Request inValue = new AxlNetClient.updateVg224Request();
     inValue.updateVg224 = updateVg224;
     return(((AxlNetClient.AXLPort45)(this)).updateVg224Async(inValue));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVg224Response> updateVg224Async(AxlNetClient.UpdateVg224Req updateVg224)
 {
     return(axlPortClient45.updateVg224Async(updateVg224));
 }