Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have made a wcf service.The user registered have certain no. of sms in his account which are deducted on event firing.I want to create a scheduler that’d run daily and will send reminders to user’s email address if their available SMS count are less than 25.Please help me with this.
Posted

1 solution

I would suggest to write a simple Console Application or even a PowerShell script to call this web service.

You can schedule this app or script using Windows Scheduler to run at a time of the day of your choice.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900