| ASP.NET WaitPage Framework - Pete Beech |
|
BaseTaskWaiter.NotifyResultsReadyForPage Method
This is called by the framework to indicate that the results are ready and can be picked up. This implementation fires the NotifyResultsStatus event.
public virtual
void NotifyResultsReadyForPage(
bool bResultsReady);
Parameters
-
bResultsReady
-
Implements
ITaskWaiter.NotifyResultsReadyForPage
See Also
BaseTaskWaiter Class | WaitPageFramework Namespace