Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateGatewaySccpEndpoints(AxlNetClient.UpdateGatewaySccpEndpointsReq updateGatewaySccpEndpoints1)
 {
     AxlNetClient.updateGatewaySccpEndpointsRequest inValue = new AxlNetClient.updateGatewaySccpEndpointsRequest();
     inValue.updateGatewaySccpEndpoints = updateGatewaySccpEndpoints1;
     AxlNetClient.updateGatewaySccpEndpointsResponse retVal = ((AxlNetClient.AXLPort66)(this)).updateGatewaySccpEndpoints(inValue);
     return(retVal.updateGatewaySccpEndpointsResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGatewaySccpEndpointsResponse> updateGatewaySccpEndpointsAsync(AxlNetClient.UpdateGatewaySccpEndpointsReq updateGatewaySccpEndpoints)
 {
     AxlNetClient.updateGatewaySccpEndpointsRequest inValue = new AxlNetClient.updateGatewaySccpEndpointsRequest();
     inValue.updateGatewaySccpEndpoints = updateGatewaySccpEndpoints;
     return(((AxlNetClient.AXLPort66)(this)).updateGatewaySccpEndpointsAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateGatewaySccpEndpointsResponse> AxlNetClient.AXLPort66.updateGatewaySccpEndpointsAsync(AxlNetClient.updateGatewaySccpEndpointsRequest request)
 {
     return(base.Channel.updateGatewaySccpEndpointsAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.updateGatewaySccpEndpointsResponse AxlNetClient.AXLPort66.updateGatewaySccpEndpoints(AxlNetClient.updateGatewaySccpEndpointsRequest request)
 {
     return(base.Channel.updateGatewaySccpEndpoints(request));
 }