简体   繁体   English

调用商务服务器配置文件刷新方法的更好方法是什么?

[英]What is the better approach to call commerce server profile refresh method?

I get the profile objects for customer,contact,phone,address and then i call profile refresh method after each time i get these profile objects. 我获取客户,联系人,电话,地址的配置文件对象,然后每次获取这些配置文件对象后调用配置文件刷新方法。 The app is deployed on a web farm. 该应用程序已部署在Web场上。

I find performance lag with my current approach. 我发现目前的方法会导致性能落后。 We are currently limited to use commerce server 2007. 我们目前仅限使用商务服务器2007。

What is the better approach to call commerce server profile refresh method? 调用商务服务器配置文件刷新方法的更好方法是什么?

在Web场方案使用配置文件中记录了推荐的方法

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 什么是更好的方法性能明智的选择 - What is a better approach performance wise 创建变量或调用方法几次 - 哪个更好? - Create variable or call method few times - What's better? 有什么更好的方法来实例化在运行时指定的类,并在该实例上调用方法? - What better ways are there to instantiate a class specified at runtime, and call a method on that instance? 在MultiThreading Service中听什么更好的方法? - What is better approach to listen in MultiThreading Service? 什么是在用户控件中配置画笔的更好方法 - What is better approach to dispose Brush in User Control 有更好的方法吗? - Is there a better approach? 哪种方法更好:Process.Start或直接调用DLL? - Which approach better: Process.Start or call DLL directly? “CS4014:由于未等待此调用,因此在调用完成之前继续执行当前方法”的最佳方法是什么? - What's the best approach to "CS4014: Because this call is not awaited, execution of the current method continues before the call is completed"? 一次从同一方法获取多个值时的更好方法 - Better approach when obtaining multiple values from the same method at once 在C#中的构造函数上调用方法是一种好方法吗? - Is it a good approach to call a method on a constructor in C#?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM