Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateVohServer(AxlNetClient.UpdateVohServerReq updateVohServer1)
 {
     AxlNetClient.updateVohServerRequest inValue = new AxlNetClient.updateVohServerRequest();
     inValue.updateVohServer = updateVohServer1;
     AxlNetClient.updateVohServerResponse retVal = ((AxlNetClient.AXLPort70)(this)).updateVohServer(inValue);
     return(retVal.updateVohServerResponse1);
 }
Ejemplo n.º 2
0
 public AxlNetClient.StandardResponse updateVohServer(AxlNetClient.UpdateVohServerReq updateVohServer1)
 {
     return(axlPortClient70.updateVohServer(updateVohServer1));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVohServerResponse> updateVohServerAsync(AxlNetClient.UpdateVohServerReq updateVohServer)
 {
     AxlNetClient.updateVohServerRequest inValue = new AxlNetClient.updateVohServerRequest();
     inValue.updateVohServer = updateVohServer;
     return(((AxlNetClient.AXLPort70)(this)).updateVohServerAsync(inValue));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateVohServerResponse> updateVohServerAsync(AxlNetClient.UpdateVohServerReq updateVohServer)
 {
     return(axlPortClient70.updateVohServerAsync(updateVohServer));
 }