ESRI.ArcGIS.ADF.ArcGISServer
GetNextResultPortionAsync(ResultPortionInfo,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeoDataServerProxy Class > GetNextResultPortionAsync Method : GetNextResultPortionAsync(ResultPortionInfo,Object) Method




DesiredRange
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub GetNextResultPortionAsync( _
   ByVal DesiredRange As ResultPortionInfo, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeoDataServerProxy
Dim DesiredRange As ResultPortionInfo
Dim userState As Object
 
instance.GetNextResultPortionAsync(DesiredRange, userState)
C# 
public void GetNextResultPortionAsync( 
   ResultPortionInfo DesiredRange,
   object userState
)

Parameters

DesiredRange
userState

See Also

© 2010 All Rights Reserved.