ESRI.ArcGIS.ADF.ArcGISServer.Local
BeginFind Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerDcomProxy Class : BeginFind Method




MapDescription
MapImageDisplay
SearchString
Contains
SearchFields
FindOption
LayerIDs
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginFind( _
   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 callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
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 callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginFind(MapDescription, MapImageDisplay, SearchString, Contains, SearchFields, FindOption, LayerIDs, callback, asyncState)
C# 
public IAsyncResult BeginFind( 
   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,
   AsyncCallback callback,
   object asyncState
)

Parameters

MapDescription
MapImageDisplay
SearchString
Contains
SearchFields
FindOption
LayerIDs
callback
asyncState

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.