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




MapName
MapTableDescription
AttachmentIDs
TransportType
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub QueryAttachmentData2Async( _
   ByVal MapName As String, _
   ByVal MapTableDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription, _
   ByVal AttachmentIDs() As Integer, _
   ByVal TransportType As ESRI.ArcGIS.ADF.ArcGISServer.esriTransportType, _
   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 AttachmentIDs() As Integer
Dim TransportType As ESRI.ArcGIS.ADF.ArcGISServer.esriTransportType
Dim userState As Object
 
instance.QueryAttachmentData2Async(MapName, MapTableDescription, AttachmentIDs, TransportType, userState)
C# 
public void QueryAttachmentData2Async( 
   string MapName,
   ESRI.ArcGIS.ADF.ArcGISServer.MapTableDescription MapTableDescription,
   int[] AttachmentIDs,
   ESRI.ArcGIS.ADF.ArcGISServer.esriTransportType TransportType,
   object userState
)

Parameters

MapName
MapTableDescription
AttachmentIDs
TransportType
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.