ESRI.ArcGIS.ADF.Web.UI.WebControls
AsyncOptimizer Constructor
See Also 
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 AsyncOptimizer(task)
C# 
public AsyncOptimizer( 
   CompositeControl task
)

Parameters

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

See Also

© 2010 All Rights Reserved.