I use the below code to write code to query a web method in a specified interval. now in the this.Poll function I have to do
this.tmo = setTimeo
var self = this; this.tmo = setTimeout(function(){ self.Poll(); }, this.iInterval);