Beispiel #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);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCcdFeatureConfigResponse> getCcdFeatureConfigAsync(AxlNetClient.GetCcdFeatureConfigReq getCcdFeatureConfig)
 {
     return(axlPortClient82.getCcdFeatureConfigAsync(getCcdFeatureConfig));
 }
Beispiel #3
0
 public AxlNetClient.GetCcdFeatureConfigRes getCcdFeatureConfig(AxlNetClient.GetCcdFeatureConfigReq getCcdFeatureConfig1)
 {
     return(axlPortClient82.getCcdFeatureConfig(getCcdFeatureConfig1));
 }
Beispiel #4
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));
 }