c# - Using Timer In WCF Or ASMX based webservice? -


i have scenario, want monitor database(sql server) table, if record inserted in webservice should through message moblie phone.

i have written function of throwing message mobile phone already, dont know how use timer hit database after few intervals monitor table using web service.

any 1 me how resolve issue?

thanks in advance.

why want webservice, windows service or app running through windows scheduler better choice.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -