| ASP.NET WaitPage Framework - Pete Beech |
|
BaseTaskWaiter Constructor (String, Boolean)
Constructor allowing ResultPageURL to be set, and whether a progress message should be shown or not as part of the WaitPageMessage.
public BaseTaskWaiter(
string resultsPageURL,
bool bShowProgress);
Parameters
-
resultsPageURL
- URL of page which will obtain and display results
-
bShowProgress
- flag indicating whether the current ProgressMessage should be included in the wait page message returned by GetWaitPageMessage
See Also
BaseTaskWaiter Class | WaitPageFramework Namespace | BaseTaskWaiter Constructor Overload List