| ASP.NET WaitPage Framework - Pete Beech |
|
BaseTaskWaiter Events
The events of the BaseTaskWaiter class are listed below. For a complete list of BaseTaskWaiter class members, see the BaseTaskWaiter Members topic.
Public Instance Events
NotifyResultsStatus | 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