ESRI.ArcGIS.ADF.ArcGISServer
QueryAttachmentData2Async(String,MapTableDescription,Int32[],esriTransportType,Object) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy 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 MapTableDescription, _
   ByVal AttachmentIDs() As Integer, _
   ByVal TransportType As esriTransportType, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim MapName As String
Dim MapTableDescription As MapTableDescription
Dim AttachmentIDs() As Integer
Dim TransportType As esriTransportType
Dim userState As Object
 
instance.QueryAttachmentData2Async(MapName, MapTableDescription, AttachmentIDs, TransportType, userState)
C# 
public void QueryAttachmentData2Async( 
   string MapName,
   MapTableDescription MapTableDescription,
   int[] AttachmentIDs,
   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.