| ASP.NET WaitPage Framework - Pete Beech |
|
BaseTaskWaiter Constructor (String, String, Boolean)
Constructor allowing
-
ResultPageURL to be set,
-
a specific wait page message
-
a flag indicating whether a progress message should be shown or not as part of the WaitPageMessage.
public BaseTaskWaiter(
string resultsPageURL,
string waitPageMessage,
bool showProgress);
Parameters
-
resultsPageURL
- URL of page which will obtain and display results
-
waitPageMessage
- specific message to be displayed on the wait page
-
showProgress
- 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