vote up 1 vote down star

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)

flag

73% accept rate
Could you be more specific as to what you are looking for? Technically, .Net events are a push notification service but I figure that's not exactly what you are looking for. – siz Apr 6 at 14:31

1 Answer

vote up 3 vote down check

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

link|flag
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 Apr 6 at 17:37
Yep, look at WCF callbacks. – Kent Boogaart Apr 6 at 17:41
Looking into that now. Thanks Kent. – Jeremy H Apr 6 at 17:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.