Exemplo 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);
 }
Exemplo 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));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateGatewaySccpEndpointsResponse> updateGatewaySccpEndpointsAsync(AxlNetClient.UpdateGatewaySccpEndpointsReq updateGatewaySccpEndpoints)
 {
     return(axlPortClient66.updateGatewaySccpEndpointsAsync(updateGatewaySccpEndpoints));
 }
Exemplo n.º 4
0
 public AxlNetClient.StandardResponse updateGatewaySccpEndpoints(AxlNetClient.UpdateGatewaySccpEndpointsReq updateGatewaySccpEndpoints1)
 {
     return(axlPortClient66.updateGatewaySccpEndpoints(updateGatewaySccpEndpoints1));
 }