Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WPF / WCF Push Notification

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


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.

like image 326
Jeremy H Avatar asked Apr 06 '09 14:04

Jeremy H


1 Answers

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.

like image 102
Kent Boogaart Avatar answered Oct 22 '22 17:10

Kent Boogaart