Hi all,
If I create a serviceControll er like:
srvController = New ServiceControll er("Fubar")
serviceControll er will be created regardless if the service exists or not.
It will only throw an exception if I access the properties of the
serviceControll er.
Is there a way to check that the service actually exists before creating
it?
Thanks.
--
Lucas Tam (REMOVEnntp@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
If I create a serviceControll er like:
srvController = New ServiceControll er("Fubar")
serviceControll er will be created regardless if the service exists or not.
It will only throw an exception if I access the properties of the
serviceControll er.
Is there a way to check that the service actually exists before creating
it?
Thanks.
--
Lucas Tam (REMOVEnntp@rog ers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Comment