ESRI.ArcGIS.ADF.Web.UI.WebControls
ActivityIndicatorNode Constructor(ITask,String,String)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ActivityIndicatorNode Class > ActivityIndicatorNode Constructor : ActivityIndicatorNode Constructor(ITask,String,String)




task
A reference to the task instance executing the task.
taskJobID
Unique identifier for the particular execution of the task.
imageUrl
URL to an image to display to indicate activity on the task. Typically an animated image.
Creates a new instance of the class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal task As ITask, _
   ByVal taskJobID As String, _
   ByVal imageUrl As String _
)
Visual Basic (Usage)Copy Code
Dim task As ITask
Dim taskJobID As String
Dim imageUrl As String
 
Dim instance As ActivityIndicatorNode(task, taskJobID, imageUrl)
C# 
public ActivityIndicatorNode( 
   ITask task,
   string taskJobID,
   string imageUrl
)

Parameters

task
A reference to the task instance executing the task.
taskJobID
Unique identifier for the particular execution of the task.
imageUrl
URL to an image to display to indicate activity on the task. Typically an animated image.

See Also

© 2010 All Rights Reserved.