ESRI.ArcGIS.ADF.ArcGISServer.Local
FindAsync(MapDescription,ImageDisplay,String,Boolean,String,esriFindOption,Int32[],Object) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerDcomProxy Class > FindAsync Method : FindAsync(MapDescription,ImageDisplay,String,Boolean,String,esriFindOption,Int32[],Object) Method




MapDescription
MapImageDisplay
SearchString
Contains
SearchFields
FindOption
LayerIDs
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub FindAsync( _
   ByVal MapDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription, _
   ByVal MapImageDisplay As ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay, _
   ByVal SearchString As String, _
   ByVal Contains As Boolean, _
   ByVal SearchFields As String, _
   ByVal FindOption As ESRI.ArcGIS.ADF.ArcGISServer.esriFindOption, _
   ByVal LayerIDs() As Integer, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerDcomProxy
Dim MapDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription
Dim MapImageDisplay As ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay
Dim SearchString As String
Dim Contains As Boolean
Dim SearchFields As String
Dim FindOption As ESRI.ArcGIS.ADF.ArcGISServer.esriFindOption
Dim LayerIDs() As Integer
Dim userState As Object
 
instance.FindAsync(MapDescription, MapImageDisplay, SearchString, Contains, SearchFields, FindOption, LayerIDs, userState)
C# 
public void FindAsync( 
   ESRI.ArcGIS.ADF.ArcGISServer.MapDescription MapDescription,
   ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay MapImageDisplay,
   string SearchString,
   bool Contains,
   string SearchFields,
   ESRI.ArcGIS.ADF.ArcGISServer.esriFindOption FindOption,
   int[] LayerIDs,
   object userState
)

Parameters

MapDescription
MapImageDisplay
SearchString
Contains
SearchFields
FindOption
LayerIDs
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.