ESRI.ArcGIS.ADF.Web.UI.WebControls
AsyncOptimizer Constructor
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > AsyncOptimizer Class : AsyncOptimizer Constructor




task
The task checking to see if child controls need to be created.
Allows the user to identify the affected task and optionally a collection of controls or map tools that may also invoke a callback that requires that this task create its child controls.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal task As CompositeControl _
)
Visual Basic (Usage)Copy Code
Dim task As CompositeControl
 
Dim instance As New AsyncOptimizer(task)
C# 
public AsyncOptimizer( 
   CompositeControl task
)

Parameters

task
The task checking to see if child controls need to be created.

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.