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
Post a Comment