ESRI.ArcGIS.ADF.ArcGISServer
BeginGetNextResultPortion Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeoDataServerProxy Class : BeginGetNextResultPortion Method




DesiredRange
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginGetNextResultPortion( _
   ByVal DesiredRange As ResultPortionInfo, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As GeoDataServerProxy
Dim DesiredRange As ResultPortionInfo
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginGetNextResultPortion(DesiredRange, callback, asyncState)
C# 
public IAsyncResult BeginGetNextResultPortion( 
   ResultPortionInfo DesiredRange,
   AsyncCallback callback,
   object asyncState
)

Parameters

DesiredRange
callback
asyncState

See Also

© 2010 All Rights Reserved.