使用 Windows 服务器 appfabric 跟踪 WF

发布于 2024-11-23 23:16:13 字数 193 浏览 0 评论 0 原文

我有一个托管在 IIS 中的 wcf 服务。该服务启动一些从数据库动态加载的工作流程。这不是 IIS 中托管的 WF 服务(无 .xamlx 扩展名)。

WCF 服务本身由 AppFabric 监控进行监控,是否可以编写一个自定义跟踪参与者,将我的自定义跟踪数据记录到应用程序结构 WF 跟踪?

有人可以指出执行此操作的任何资源或示例吗?

I have a wcf service that is hosted in IIS. This service launches some workflows that are dynamically loaded from the db. This is not a WF Service hosted in IIS ( no .xamlx extension).

The WCF service itself is being monitored by AppFabric monitoring, is it possible to write a custom tracking participant that logs my custom tracking data to app fabric WF tracking ?

can someone point out any resources or samples that do this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱花落人离去 2024-11-30 23:16:13

看看这里:http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2010/11/02/getting-the-most-out-of-user-events-and-windows- server-appfabric-monitoring.aspx
您可以使用此类:WCFUserEventProvider(MSDN 的一些 WCF 示例中存在该类)来记录自定义事件以进行 App Fabric 监控。

Have a look here : http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalksyn/archive/2010/11/02/getting-the-most-out-of-user-events-and-windows-server-appfabric-monitoring.aspx
You can use this class : WCFUserEventProvider ( this is present in some WCF examples from MSDN) to log your custom events for App Fabric monitoring.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文