public AxlNetClient.ListCommonPhoneConfigRes listCommonPhoneConfig(AxlNetClient.ListCommonPhoneConfigReq listCommonPhoneConfig1) { AxlNetClient.listCommonPhoneConfigRequest inValue = new AxlNetClient.listCommonPhoneConfigRequest(); inValue.listCommonPhoneConfig = listCommonPhoneConfig1; AxlNetClient.listCommonPhoneConfigResponse retVal = ((AxlNetClient.AXLPort32)(this)).listCommonPhoneConfig(inValue); return(retVal.listCommonPhoneConfigResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.listCommonPhoneConfigResponse> listCommonPhoneConfigAsync(AxlNetClient.ListCommonPhoneConfigReq listCommonPhoneConfig) { return(axlPortClient32.listCommonPhoneConfigAsync(listCommonPhoneConfig)); }
public AxlNetClient.ListCommonPhoneConfigRes listCommonPhoneConfig(AxlNetClient.ListCommonPhoneConfigReq listCommonPhoneConfig1) { return(axlPortClient32.listCommonPhoneConfig(listCommonPhoneConfig1)); }
public System.Threading.Tasks.Task <AxlNetClient.listCommonPhoneConfigResponse> listCommonPhoneConfigAsync(AxlNetClient.ListCommonPhoneConfigReq listCommonPhoneConfig) { AxlNetClient.listCommonPhoneConfigRequest inValue = new AxlNetClient.listCommonPhoneConfigRequest(); inValue.listCommonPhoneConfig = listCommonPhoneConfig; return(((AxlNetClient.AXLPort32)(this)).listCommonPhoneConfigAsync(inValue)); }