ESRI.ArcGIS.ADF.Web.UI.WebControls
nextID Field
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResultCollection Class : nextID Field




The next available integer to be used as the ID for a CallbackResult added to the collection.

Syntax

Visual Basic (Declaration) 
Public nextID As Integer
Visual Basic (Usage)Copy Code
Dim instance As CallbackResultCollection
Dim value As Integer
 
value = instance.nextID
 
instance.nextID = value
C# 
public int nextID

Field Value

Integer for the ID of the CallbackResults.

Remarks

When a CallbackResult object is added to the collection using Add or Insert, an ID is assigned to the CallbackResult using the nextID (which is then incremented). The CallbackResult's ID is used, along with Priority, to determine the order in which callback results are sent and processed by the client.

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.