Using Rx.net timer to keep on running until certain condition are met
Here is a simple Rx.Net timer example which keeps on pinging a service url until a condition are met. In this case, if status is running. I think there are many ways to do it. :-
Example to call it :-
Comments