| ASP.NET WaitPage Framework - Pete Beech |
|
BaseTaskWaiter.NotifyResultsStatus Event
An event which is used to notify results status. It is fired either
-
when the task has finished, and the results are ready. In this case, ResultsStatusNotificationArgs.ResultsReady is true
-
when the task has been cancelled. In this case, ResultsStatusNotificationArgs.ResultsReady is false.
See Also
BaseTaskWaiter Class | WaitPageFramework Namespace