ESRI.ArcGIS.ADF.ArcGISServer
BeginQueryIDs Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class : BeginQueryIDs Method




LayerOrTableID
DefinitionExpression
QueryFilter
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginQueryIDs( _
   ByVal LayerOrTableID As Integer, _
   ByVal DefinitionExpression As String, _
   ByVal QueryFilter As QueryFilter, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim LayerOrTableID As Integer
Dim DefinitionExpression As String
Dim QueryFilter As QueryFilter
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginQueryIDs(LayerOrTableID, DefinitionExpression, QueryFilter, callback, asyncState)
C# 
public IAsyncResult BeginQueryIDs( 
   int LayerOrTableID,
   string DefinitionExpression,
   QueryFilter QueryFilter,
   AsyncCallback callback,
   object asyncState
)

Parameters

LayerOrTableID
DefinitionExpression
QueryFilter
callback
asyncState

See Also

© 2010 All Rights Reserved.