Ejemplo n.º 1
0
 public AxlNetClient.GetCcdFeatureConfigRes getCcdFeatureConfig(AxlNetClient.GetCcdFeatureConfigReq getCcdFeatureConfig1)
 {
     AxlNetClient.getCcdFeatureConfigRequest inValue = new AxlNetClient.getCcdFeatureConfigRequest();
     inValue.getCcdFeatureConfig = getCcdFeatureConfig1;
     AxlNetClient.getCcdFeatureConfigResponse retVal = ((AxlNetClient.AXLPort82)(this)).getCcdFeatureConfig(inValue);
     return(retVal.getCcdFeatureConfigResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCcdFeatureConfigResponse> getCcdFeatureConfigAsync(AxlNetClient.GetCcdFeatureConfigReq getCcdFeatureConfig)
 {
     AxlNetClient.getCcdFeatureConfigRequest inValue = new AxlNetClient.getCcdFeatureConfigRequest();
     inValue.getCcdFeatureConfig = getCcdFeatureConfig;
     return(((AxlNetClient.AXLPort82)(this)).getCcdFeatureConfigAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getCcdFeatureConfigResponse> AxlNetClient.AXLPort82.getCcdFeatureConfigAsync(AxlNetClient.getCcdFeatureConfigRequest request)
 {
     return(base.Channel.getCcdFeatureConfigAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.getCcdFeatureConfigResponse AxlNetClient.AXLPort82.getCcdFeatureConfig(AxlNetClient.getCcdFeatureConfigRequest request)
 {
     return(base.Channel.getCcdFeatureConfig(request));
 }