Tagged Questions

2
votes
1answer
263 views

How can I limit calls for a WCF service within a time span?

I want to write a WCF service that can't run more than X times per hour. I want the service to suspended messages to a queue if the service was called more than x time in the last 60 minutes. Any ...