ESRI.ArcGIS.ADF.Web.UI.WebControls
GetCallingControl Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > AsyncOptimizer Class : GetCallingControl Method




Gets the control that created the asynchronous call.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetCallingControl() As Control
Visual Basic (Usage)Copy Code
Dim value As Control
 
value = AsyncOptimizer.GetCallingControl()
C# 
public static Control GetCallingControl()

Return Value

Control that initiated the asynchronous call, or null if not asynchronous or not found.

See Also

© 2010 All Rights Reserved.