ESRI.ArcGIS.ADF.Web.UI.WebControls | |
ITaskResultsContainer Interface Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : ITaskResultsContainer Interface |
The following tables list the members exposed by ITaskResultsContainer.
Name | Description | |
---|---|---|
CallbackResults | A collection of results that are defined on the server and returned to the client via a callback. The results update content or run a script on the client. | |
MapInstance | The map control that the task results container works with. | |
ShowUrl | Gets a string usable on the client to display the TaskResults. Read-only. |
Name | Description | |
---|---|---|
DisplayResults | Adds the task results to the TaskResults control. | |
Refresh | Renders the content of the control on the server. | |
Show | Displays the TaskResults control following a postback or callback. | |
StartTaskActivityIndicator | Displays a task activity indicator in the task results. Used during a callback to show task progress. |