Is it possible to access the statistics of a remote DTC via .Net (C#) at
all?
Cheers
Ollie Riches
http://www.phoneanalyser.net
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a programmer
helping programmers.
Nicholas Paldino [.NET/C# MVP] - 23 Mar 2005 16:20 GMT
Ollie,
Remote DTC? As in Distributed Transaction Coordinator? Isn't there a
set of COM components/interfaces that allow you to access this? If so, you
can easily access these components through COM interop.
Hope this helps.

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Is it possible to access the statistics of a remote DTC via .Net (C#) at
> all?
[quoted text clipped - 8 lines]
> I do not answer questions on behalf of my employer. I'm just a programmer
> helping programmers.
Ollie Riches - 23 Mar 2005 17:45 GMT
thanks for the info
Ollie
> Ollie,
>
[quoted text clipped - 20 lines]
> > I do not answer questions on behalf of my employer. I'm just a programmer
> > helping programmers.
Willy Denoyette [MVP] - 23 Mar 2005 17:17 GMT
> Is it possible to access the statistics of a remote DTC via .Net (C#) at
> all?
[quoted text clipped - 8 lines]
> I do not answer questions on behalf of my employer. I'm just a programmer
> helping programmers.
Use System.Management and query WMI's
"Win32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator" class on
the remote server.
Willy.
Ollie Riches - 23 Mar 2005 17:43 GMT
thanks for pointing out the obvious place to look :) - DOH!!
Cheers
Ollie
> > Is it possible to access the statistics of a remote DTC via .Net (C#) at
> > all?
[quoted text clipped - 14 lines]
>
> Willy.