ESRI.ArcGIS.ADF.ArcGISServer
QueryFromServiceAsync(GFSTableDescription[],Geometry,SpatialReference,TimeReference,ServiceDataOptions,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class > QueryFromServiceAsync Method : QueryFromServiceAsync(GFSTableDescription[],Geometry,SpatialReference,TimeReference,ServiceDataOptions,Object) Method




LayerOrTableDescriptions
Geometry
OutSR
OutTR
ServiceDataOptions
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryFromServiceAsync( _
   ByVal LayerOrTableDescriptions() As GFSTableDescription, _
   ByVal Geometry As Geometry, _
   ByVal OutSR As SpatialReference, _
   ByVal OutTR As TimeReference, _
   ByVal ServiceDataOptions As ServiceDataOptions, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim LayerOrTableDescriptions() As GFSTableDescription
Dim Geometry As Geometry
Dim OutSR As SpatialReference
Dim OutTR As TimeReference
Dim ServiceDataOptions As ServiceDataOptions
Dim userState As Object
 
instance.QueryFromServiceAsync(LayerOrTableDescriptions, Geometry, OutSR, OutTR, ServiceDataOptions, userState)
C# 
public void QueryFromServiceAsync( 
   GFSTableDescription[] LayerOrTableDescriptions,
   Geometry Geometry,
   SpatialReference OutSR,
   TimeReference OutTR,
   ServiceDataOptions ServiceDataOptions,
   object userState
)

Parameters

LayerOrTableDescriptions
Geometry
OutSR
OutTR
ServiceDataOptions
userState

See Also

© 2010 All Rights Reserved.