Esempio n. 1
0
 public AxlNetClient.StandardResponse updateGateway(AxlNetClient.UpdateGatewayReq updateGateway1)
 {
     AxlNetClient.updateGatewayRequest inValue = new AxlNetClient.updateGatewayRequest();
     inValue.updateGateway = updateGateway1;
     AxlNetClient.updateGatewayResponse retVal = ((AxlNetClient.AXLPort45)(this)).updateGateway(inValue);
     return(retVal.updateGatewayResponse1);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGatewayResponse> updateGatewayAsync(AxlNetClient.UpdateGatewayReq updateGateway)
 {
     AxlNetClient.updateGatewayRequest inValue = new AxlNetClient.updateGatewayRequest();
     inValue.updateGateway = updateGateway;
     return(((AxlNetClient.AXLPort45)(this)).updateGatewayAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateGatewayResponse> AxlNetClient.AXLPort45.updateGatewayAsync(AxlNetClient.updateGatewayRequest request)
 {
     return(base.Channel.updateGatewayAsync(request));
 }
Esempio n. 4
0
 AxlNetClient.updateGatewayResponse AxlNetClient.AXLPort45.updateGateway(AxlNetClient.updateGatewayRequest request)
 {
     return(base.Channel.updateGateway(request));
 }