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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -