ESRI.ArcGIS.ADF.ArcGISServer.Local
QueryAttachmentInfos2Async(String,MapTableDescription,Int32[]) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerDcomProxy Class > QueryAttachmentInfos2Async Method : QueryAttachmentInfos2Async(String,MapTableDescription,Int32[]) Method




MapName
MapTableDescription
RowIDs

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryAttachmentInfos2Async( _
   ByVal MapName As String, _
   ByVal MapTableDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription, _
   ByVal RowIDs() As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerDcomProxy
Dim MapName As String
Dim MapTableDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription
Dim RowIDs() As Integer
 
instance.QueryAttachmentInfos2Async(MapName, MapTableDescription, RowIDs)
C# 
public void QueryAttachmentInfos2Async( 
   string MapName,
   ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription MapTableDescription,
   int[] RowIDs
)

Parameters

MapName
MapTableDescription
RowIDs

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.