ESRI.ArcGIS.ADF.Web.UI.WebControls
ActivityIndicatorNode Constructor(ITask,String,String)
See Also  Send Feedback
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 New 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.

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.