Batayneh,
There is nothing in the ServiceBase class that indicates that is is
cluster-aware. It is just a service. If you want something that is
cluster-aware, then you need to program it yourself.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
mv*@spam.guard.caspershouse.com
"Batayneh" <Ba******@discussions.microsoft.comwrote in message
news:BF**********************************@microsof t.com...
Is it true that any Windows Service developed using .Net Technology is s
Cluster-Aware service, or i have to include specific clustering object
reference in the code.
Thanks in advance.