Exemplo n.º 1
0
 public AxlNetClient.ListTransformationProfileRes listTransformationProfile(AxlNetClient.ListTransformationProfileReq listTransformationProfile1)
 {
     AxlNetClient.listTransformationProfileRequest inValue = new AxlNetClient.listTransformationProfileRequest();
     inValue.listTransformationProfile = listTransformationProfile1;
     AxlNetClient.listTransformationProfileResponse retVal = ((AxlNetClient.AXLPort62)(this)).listTransformationProfile(inValue);
     return(retVal.listTransformationProfileResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.listTransformationProfileResponse> listTransformationProfileAsync(AxlNetClient.ListTransformationProfileReq listTransformationProfile)
 {
     AxlNetClient.listTransformationProfileRequest inValue = new AxlNetClient.listTransformationProfileRequest();
     inValue.listTransformationProfile = listTransformationProfile;
     return(((AxlNetClient.AXLPort62)(this)).listTransformationProfileAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.listTransformationProfileResponse> AxlNetClient.AXLPort62.listTransformationProfileAsync(AxlNetClient.listTransformationProfileRequest request)
 {
     return(base.Channel.listTransformationProfileAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.listTransformationProfileResponse AxlNetClient.AXLPort62.listTransformationProfile(AxlNetClient.listTransformationProfileRequest request)
 {
     return(base.Channel.listTransformationProfile(request));
 }