Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateInterClusterServiceProfile(AxlNetClient.UpdateInterClusterServiceProfileReq updateInterClusterServiceProfile1)
 {
     AxlNetClient.updateInterClusterServiceProfileRequest inValue = new AxlNetClient.updateInterClusterServiceProfileRequest();
     inValue.updateInterClusterServiceProfile = updateInterClusterServiceProfile1;
     AxlNetClient.updateInterClusterServiceProfileResponse retVal = ((AxlNetClient.AXLPort54)(this)).updateInterClusterServiceProfile(inValue);
     return(retVal.updateInterClusterServiceProfileResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateInterClusterServiceProfileResponse> updateInterClusterServiceProfileAsync(AxlNetClient.UpdateInterClusterServiceProfileReq updateInterClusterServiceProfile)
 {
     AxlNetClient.updateInterClusterServiceProfileRequest inValue = new AxlNetClient.updateInterClusterServiceProfileRequest();
     inValue.updateInterClusterServiceProfile = updateInterClusterServiceProfile;
     return(((AxlNetClient.AXLPort54)(this)).updateInterClusterServiceProfileAsync(inValue));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateInterClusterServiceProfileResponse> updateInterClusterServiceProfileAsync(AxlNetClient.UpdateInterClusterServiceProfileReq updateInterClusterServiceProfile)
 {
     return(axlPortClient54.updateInterClusterServiceProfileAsync(updateInterClusterServiceProfile));
 }
Ejemplo n.º 4
0
 public AxlNetClient.StandardResponse updateInterClusterServiceProfile(AxlNetClient.UpdateInterClusterServiceProfileReq updateInterClusterServiceProfile1)
 {
     return(axlPortClient54.updateInterClusterServiceProfile(updateInterClusterServiceProfile1));
 }