summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/TimeTriggeredCallback.page
blob: 4d0dd8100528c779ca1d4dd80ebd5f29c83a9a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<com:TContent ID="body" >

<h1 id="204009">TTimeTriggeredCallback</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TTimeTriggeredCallback" />

<p class="block-content">
<tt>TTimeTriggeredCallback</tt> sends callback request every <tt>Interval</tt> seconds.
Upon each callback request, the <tt>OnCallback</tt> event is raised.
The timer can be started by calling <tt>startTimer()</tt> and stopped using
<tt>stopTimer()</tt>. The timer can be automatically started when
<tt>StartTimerOnLoad</tt> is true.
</p>

<com:RunBar PagePath="ActiveControls.Samples.TTimeTriggeredCallback.Home" />

</com:TContent>