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); }
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)); }
System.Threading.Tasks.Task <AxlNetClient.getTransformationProfileResponse> AxlNetClient.AXLPort62.getTransformationProfileAsync(AxlNetClient.getTransformationProfileRequest request) { return(base.Channel.getTransformationProfileAsync(request)); }
AxlNetClient.getTransformationProfileResponse AxlNetClient.AXLPort62.getTransformationProfile(AxlNetClient.getTransformationProfileRequest request) { return(base.Channel.getTransformationProfile(request)); }