Beispiel #1
0
 public AxlNetClient.GetTransformationProfileRes getTransformationProfile(AxlNetClient.GetTransformationProfileReq getTransformationProfile1)
 {
     AxlNetClient.getTransformationProfileRequest inValue = new AxlNetClient.getTransformationProfileRequest();
     inValue.getTransformationProfile = getTransformationProfile1;
     AxlNetClient.getTransformationProfileResponse retVal = ((AxlNetClient.AXLPort62)(this)).getTransformationProfile(inValue);
     return(retVal.getTransformationProfileResponse1);
 }
Beispiel #2
0
 public AxlNetClient.GetTransformationProfileRes getTransformationProfile(AxlNetClient.GetTransformationProfileReq getTransformationProfile1)
 {
     return(axlPortClient62.getTransformationProfile(getTransformationProfile1));
 }
Beispiel #3
0
 public System.Threading.Tasks.Task <AxlNetClient.getTransformationProfileResponse> getTransformationProfileAsync(AxlNetClient.GetTransformationProfileReq getTransformationProfile)
 {
     AxlNetClient.getTransformationProfileRequest inValue = new AxlNetClient.getTransformationProfileRequest();
     inValue.getTransformationProfile = getTransformationProfile;
     return(((AxlNetClient.AXLPort62)(this)).getTransformationProfileAsync(inValue));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.getTransformationProfileResponse> getTransformationProfileAsync(AxlNetClient.GetTransformationProfileReq getTransformationProfile)
 {
     return(axlPortClient62.getTransformationProfileAsync(getTransformationProfile));
 }