.NET 4.0中的WFL 3.5 PerfCounter [英] WFL 3.5 PerfCounter in .NET 4.0

查看:92
本文介绍了.NET 4.0中的WFL 3.5 PerfCounter的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好:)

我有一个简单的控制台应用程序,模拟了完整的WFL 3.5应用程序的问题.

I have a simple Console Application, simulating a problem of a full WFL 3.5 app.

当我创建新的WorkflowRuntime时,实例未出现在PerfMon的"WF(System.Workflow)4.0.0.0"中,这是我的代码:

When i create a new WorkflowRuntime, the instance dont appears in PerfMon "WF (System.Workflow) 4.0.0.0", this is my code:

WorkflowRuntime wfRuntime = new WorkflowRuntime() { Name = "WorkflowRuntimeTest" };
            
wfRuntime.StartRuntime();

但是在.net 3.5中编译该应用程序后,该实例出现在PerfMon的Windows Workflow Foundation中.

But compiling the app in .net 3.5, the instance appears in Windows Workflow Foundation in PerfMon.

有任何建议吗?

推荐答案

我正在尝试让熟悉此主题的人进一步研究这个问题.可能会有一些时间延迟.感谢您的耐心.

I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.

最好的问候


这篇关于.NET 4.0中的WFL 3.5 PerfCounter的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆