ESRI.ArcGIS.ADF.ArcGISServer
QueryAttachmentDataAsync(String,Int32,Int32[],esriTransportType,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class > QueryAttachmentDataAsync Method : QueryAttachmentDataAsync(String,Int32,Int32[],esriTransportType,Object) Method




MapName
TableID
AttachmentIDs
TransportType
userState

Syntax

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

Parameters

MapName
TableID
AttachmentIDs
TransportType
userState

See Also

© 2010 All Rights Reserved.