Example #1
0
 public AxlNetClient.StandardResponse updateTransformationProfile(AxlNetClient.UpdateTransformationProfileReq updateTransformationProfile1)
 {
     AxlNetClient.updateTransformationProfileRequest inValue = new AxlNetClient.updateTransformationProfileRequest();
     inValue.updateTransformationProfile = updateTransformationProfile1;
     AxlNetClient.updateTransformationProfileResponse retVal = ((AxlNetClient.AXLPort62)(this)).updateTransformationProfile(inValue);
     return(retVal.updateTransformationProfileResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateTransformationProfileResponse> updateTransformationProfileAsync(AxlNetClient.UpdateTransformationProfileReq updateTransformationProfile)
 {
     return(axlPortClient62.updateTransformationProfileAsync(updateTransformationProfile));
 }
Example #3
0
 public AxlNetClient.StandardResponse updateTransformationProfile(AxlNetClient.UpdateTransformationProfileReq updateTransformationProfile1)
 {
     return(axlPortClient62.updateTransformationProfile(updateTransformationProfile1));
 }
Example #4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateTransformationProfileResponse> updateTransformationProfileAsync(AxlNetClient.UpdateTransformationProfileReq updateTransformationProfile)
 {
     AxlNetClient.updateTransformationProfileRequest inValue = new AxlNetClient.updateTransformationProfileRequest();
     inValue.updateTransformationProfile = updateTransformationProfile;
     return(((AxlNetClient.AXLPort62)(this)).updateTransformationProfileAsync(inValue));
 }