Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateRoutePartition(AxlNetClient.UpdateRoutePartitionReq updateRoutePartition1)
 {
     AxlNetClient.updateRoutePartitionRequest inValue = new AxlNetClient.updateRoutePartitionRequest();
     inValue.updateRoutePartition = updateRoutePartition1;
     AxlNetClient.updateRoutePartitionResponse retVal = ((AxlNetClient.AXLPort4)(this)).updateRoutePartition(inValue);
     return(retVal.updateRoutePartitionResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateRoutePartitionResponse> updateRoutePartitionAsync(AxlNetClient.UpdateRoutePartitionReq updateRoutePartition)
 {
     AxlNetClient.updateRoutePartitionRequest inValue = new AxlNetClient.updateRoutePartitionRequest();
     inValue.updateRoutePartition = updateRoutePartition;
     return(((AxlNetClient.AXLPort4)(this)).updateRoutePartitionAsync(inValue));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateRoutePartitionResponse> updateRoutePartitionAsync(AxlNetClient.UpdateRoutePartitionReq updateRoutePartition)
 {
     return(axlPortClient4.updateRoutePartitionAsync(updateRoutePartition));
 }
Exemplo n.º 4
0
 public AxlNetClient.StandardResponse updateRoutePartition(AxlNetClient.UpdateRoutePartitionReq updateRoutePartition1)
 {
     return(axlPortClient4.updateRoutePartition(updateRoutePartition1));
 }