views:

2022

answers:

1

Does .NET 3.5 (WCF, or other) offer any type of push notification service?


ME: I have a server and a client. I want a service to run on the server and if x happens then push a notification to the client. I don't want to pull the server every x minutes to gather the information. – Jeremy H (23 hours ago)

Kent: Yep, look at WCF callbacks. – Kent Boogaart (22 hours ago)

ME: Looking into that now. Thanks Kent. – Jeremy H (22 hours ago)

+6  A: 

Your question couldn't be any more general, but I'm going to take a guess and suggest you look at WCF callbacks.

I doubt your question relates to WPF or even WF, but you will need to elaborate if you think otherwise.

HTH, Kent

Kent Boogaart
I have a server and a client. I want a service to run on the server and if x happens then push a notification to the client. I don't want to pull the server every x minutes to gather the information.
Jeremy H
Yep, look at WCF callbacks.
Kent Boogaart
Looking into that now. Thanks Kent.
Jeremy H