ESRI.ArcGIS.ADF.ArcGISServer.Local
QueryRelatedRecords2Async(String,MapTableDescription,FIDSet,RelateDescription,Object) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerDcomProxy Class > QueryRelatedRecords2Async Method : QueryRelatedRecords2Async(String,MapTableDescription,FIDSet,RelateDescription,Object) Method




MapName
MapTableDescription
SourceFIDSet
RelateDescription
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryRelatedRecords2Async( _
   ByVal MapName As String, _
   ByVal MapTableDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription, _
   ByVal SourceFIDSet As ESRI.ArcGIS.ADF.ArcGISServer.FIDSet, _
   ByVal RelateDescription As ESRI.ArcGIS.ADF.ArcGISServer.RelateDescription, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerDcomProxy
Dim MapName As String
Dim MapTableDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription
Dim SourceFIDSet As ESRI.ArcGIS.ADF.ArcGISServer.FIDSet
Dim RelateDescription As ESRI.ArcGIS.ADF.ArcGISServer.RelateDescription
Dim userState As Object
 
instance.QueryRelatedRecords2Async(MapName, MapTableDescription, SourceFIDSet, RelateDescription, userState)
C# 
public void QueryRelatedRecords2Async( 
   string MapName,
   ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription MapTableDescription,
   ESRI.ArcGIS.ADF.ArcGISServer.FIDSet SourceFIDSet,
   ESRI.ArcGIS.ADF.ArcGISServer.RelateDescription RelateDescription,
   object userState
)

Parameters

MapName
MapTableDescription
SourceFIDSet
RelateDescription
userState

Requirements

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

See Also

© 2011 All Rights Reserved.