![]() ![]() |
ESRI.ArcGIS.ADF.ArcGISServer | |
BeginQueryFromService Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class : BeginQueryFromService Method |
- LayerOrTableDescriptions
- Geometry
- OutSR
- OutTR
- ServiceDataOptions
- callback
- asyncState
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) | ![]() |
---|---|
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
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family