ESRI.ArcGIS.ADF.Web.UI.WebControls
Priority Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > CallbackResult Class : Priority Property




Priority of the CallbackResult when multiple results are sent back to the client during a single callback.

Syntax

Visual Basic (Declaration) 
Public Property Priority As Integer
Visual Basic (Usage)Copy Code
Dim instance As CallbackResult
Dim value As Integer
 
instance.Priority = value
 
value = instance.Priority
C# 
public int Priority {get; set;}

Remarks

Multiple CallbackResult objects may be returned to a client in a single callback. For example, a task may return results to a task results control, as well as modify and refresh the map to show results. The priority determines the order of handling these results on the client. If your results must be handled in a particular order on the client, set the results to handle first to a higher Priority value.

See Also

© 2010 All Rights Reserved.