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

All overlapping substrings matching a java regex -

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

php - Deleting/Renaming a locked file -