Run WCF service automatically periodically -
this question has answer here:
- wcf windows service scheduled service 2 answers
i need send push notification every day based upon date-time stored in database. want call wcf service problem wcf service should called automatically every day without interaction.
how call wcf service automatically?
if other idea accomplish task please provide.
thanks
you can accomplish kind of task ease using windows service. in windows service, add reference web service , create client , invoke service.
the windows service have access database choosing data tasks. also, can configure windows service have timer performs tasks @ intervals.
Comments
Post a Comment