ESRI.ArcGIS.ADF.Web.UI.WebControls
DisplayResults Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanelTask Class : DisplayResults Method




jobID
Unique ID of the task job.
taskInput
Input data used to execute the task.
taskResults
Results of the task execution.
Displays the results of task execution in the task results control.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub DisplayResults( _
   ByVal jobID As String, _
   ByVal taskInput As Object, _
   ByVal taskResults As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanelTask
Dim jobID As String
Dim taskInput As Object
Dim taskResults As Object
 
instance.DisplayResults(jobID, taskInput, taskResults)
C# 
protected virtual void DisplayResults( 
   string jobID,
   object taskInput,
   object taskResults
)

Parameters

jobID
Unique ID of the task job.
taskInput
Input data used to execute the task.
taskResults
Results of the task execution.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.