G
giddy
hi,
I know its possible to create a service by Inheriting from ServiceBase
and
controlling it from ServiceController.
BUT, how do I have the service broadcast an event to the service
controllers, _and_ how do I control the service across a network/or
from
networked computers.
I know this is probably possible with WCF, or .NET remoting, but is it
possible with plain .NET??
Could someone tell me how its possible in each technology and which
would be
the simplest to implement.
I'm trying to write a data service that serves and receives
data[represented
by objects] and should broadcast a notification when the data has been
updated.
Thanks so much
I know its possible to create a service by Inheriting from ServiceBase
and
controlling it from ServiceController.
BUT, how do I have the service broadcast an event to the service
controllers, _and_ how do I control the service across a network/or
from
networked computers.
I know this is probably possible with WCF, or .NET remoting, but is it
possible with plain .NET??
Could someone tell me how its possible in each technology and which
would be
the simplest to implement.
I'm trying to write a data service that serves and receives
data[represented
by objects] and should broadcast a notification when the data has been
updated.
Thanks so much