Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateRegionMatrix(AxlNetClient.UpdateRegionMatrixReq updateRegionMatrix1)
 {
     AxlNetClient.updateRegionMatrixRequest inValue = new AxlNetClient.updateRegionMatrixRequest();
     inValue.updateRegionMatrix = updateRegionMatrix1;
     AxlNetClient.updateRegionMatrixResponse retVal = ((AxlNetClient.AXLPort51)(this)).updateRegionMatrix(inValue);
     return(retVal.updateRegionMatrixResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateRegionMatrixResponse> updateRegionMatrixAsync(AxlNetClient.UpdateRegionMatrixReq updateRegionMatrix)
 {
     AxlNetClient.updateRegionMatrixRequest inValue = new AxlNetClient.updateRegionMatrixRequest();
     inValue.updateRegionMatrix = updateRegionMatrix;
     return(((AxlNetClient.AXLPort51)(this)).updateRegionMatrixAsync(inValue));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateRegionMatrixResponse> updateRegionMatrixAsync(AxlNetClient.UpdateRegionMatrixReq updateRegionMatrix)
 {
     return(axlPortClient51.updateRegionMatrixAsync(updateRegionMatrix));
 }
Exemplo n.º 4
0
 public AxlNetClient.StandardResponse updateRegionMatrix(AxlNetClient.UpdateRegionMatrixReq updateRegionMatrix1)
 {
     return(axlPortClient51.updateRegionMatrix(updateRegionMatrix1));
 }