ESRI.ArcGIS.ADF.Web.UI.WebControls
nextID Field
See Also 
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

Return 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.

See Also

© 2010 All Rights Reserved.