.Net and DTC

O

Ollie Riches

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.
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 
W

Willy Denoyette [MVP]

Ollie Riches said:
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.

Use System.Management and query WMI's
"Win32_PerfFormattedData_MSDTC_DistributedTransactionCoordinator" class on
the remote server.

Willy.
 
O

Ollie Riches

thanks for the info

Ollie

Nicholas Paldino said:
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.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Ollie Riches said:
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.
 

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

Top