COM+ and displaying call times on Form or Webpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Apologies if this is in the wrong place but thought it would be a good place
to start.

Is there a way of reading a thread call time from COM+ and displaying the
thread time either in a C# Form or on a WebApp (ASPX Page)?

I know a little about vb/c# etc... but I've never touched on anything like
this.

I develop in Visual Studio 2005 both VB or C# and would be looking to use
this to build this application. I would want to display the component name
and the call time and also possibly the number of objects in call.

Thanks in advance. Any assitance grateful.
 
Joneseyboy,

There isn't support for this in COM+. You will have to do this yourself
(especially in finding out the number of objects in a call).

Why not use a profiler to get this information?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top