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




LayerOrTableDescriptions
Geometry
OutSR
OutTR
ServiceDataOptions
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginQueryFromService( _
   ByVal LayerOrTableDescriptions() As GFSTableDescription, _
   ByVal Geometry As Geometry, _
   ByVal OutSR As SpatialReference, _
   ByVal OutTR As TimeReference, _
   ByVal ServiceDataOptions As ServiceDataOptions, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
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 callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginQueryFromService(LayerOrTableDescriptions, Geometry, OutSR, OutTR, ServiceDataOptions, callback, asyncState)
C# 
public IAsyncResult BeginQueryFromService( 
   GFSTableDescription[] LayerOrTableDescriptions,
   Geometry Geometry,
   SpatialReference OutSR,
   TimeReference OutTR,
   ServiceDataOptions ServiceDataOptions,
   AsyncCallback callback,
   object asyncState
)

Parameters

LayerOrTableDescriptions
Geometry
OutSR
OutTR
ServiceDataOptions
callback
asyncState

See Also

© 2010 All Rights Reserved.