ESRI.ArcGIS.ADF.Tasks
DisplayResults Method
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > PrintTask Class : DisplayResults Method




taskJobID
Unique ID for the task. Identifies the task results within the TaskResults nodes.
taskInputs
Inputs used to generate the task results in the task, and that may be used to re-run the task via the results context menu.
taskResults
Results from executing the task. One of ESRI.ArcGIS.ADF.Web.UI.WebControls.TaskResultNode, DataSet, or ESRI.ArcGIS.ADF.Web.UI.WebControls.SimpleTaskResult.
This method is overriden as the PrintTask does not display results in the TaskResults control.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub DisplayResults( _
   ByVal taskJobID As String, _
   ByVal taskInputs As Object, _
   ByVal taskResults As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As PrintTask
Dim taskJobID As String
Dim taskInputs As Object
Dim taskResults As Object
 
instance.DisplayResults(taskJobID, taskInputs, taskResults)
C# 
protected override void DisplayResults( 
   string taskJobID,
   object taskInputs,
   object taskResults
)

Parameters

taskJobID
Unique ID for the task. Identifies the task results within the TaskResults nodes.
taskInputs
Inputs used to generate the task results in the task, and that may be used to re-run the task via the results context menu.
taskResults
Results from executing the task. One of ESRI.ArcGIS.ADF.Web.UI.WebControls.TaskResultNode, DataSet, or ESRI.ArcGIS.ADF.Web.UI.WebControls.SimpleTaskResult.

See Also

© 2010 All Rights Reserved.