public AxlNetClient.GetCommonPhoneConfigRes getCommonPhoneConfig(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig1) { AxlNetClient.getCommonPhoneConfigRequest inValue = new AxlNetClient.getCommonPhoneConfigRequest(); inValue.getCommonPhoneConfig = getCommonPhoneConfig1; AxlNetClient.getCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).getCommonPhoneConfig(inValue); return(retVal.getCommonPhoneConfigResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.getCommonPhoneConfigResponse> getCommonPhoneConfigAsync(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig) { return(axlPortClient32.getCommonPhoneConfigAsync(getCommonPhoneConfig)); }
public AxlNetClient.GetCommonPhoneConfigRes getCommonPhoneConfig(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig1) { return(axlPortClient32.getCommonPhoneConfig(getCommonPhoneConfig1)); }
public System.Threading.Tasks.Task <AxlNetClient.getCommonPhoneConfigResponse> getCommonPhoneConfigAsync(AxlNetClient.GetCommonPhoneConfigReq getCommonPhoneConfig) { AxlNetClient.getCommonPhoneConfigRequest inValue = new AxlNetClient.getCommonPhoneConfigRequest(); inValue.getCommonPhoneConfig = getCommonPhoneConfig; return(((AxlNetClient.AXLPort32)(this)).getCommonPhoneConfigAsync(inValue)); }