ADF.Web.DataSources.ArcGISServer.Local
HasNonPooledServices(GeocodeResourceManager) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GISDataSourceLocal Class > HasNonPooledServices Method : HasNonPooledServices(GeocodeResourceManager) Method




resourceManager
Resource manager to check.
Whether the passed-in geocode resource manager has non-pooled resources.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function HasNonPooledServices( _
   ByVal resourceManager As ESRI.ArcGIS.ADF.Web.UI.WebControls.GeocodeResourceManager _
) As Boolean
Visual Basic (Usage)Copy Code
Dim resourceManager As ESRI.ArcGIS.ADF.Web.UI.WebControls.GeocodeResourceManager
Dim value As Boolean
 
value = GISDataSourceLocal.HasNonPooledServices(resourceManager)
C# 
public static bool HasNonPooledServices( 
   ESRI.ArcGIS.ADF.Web.UI.WebControls.GeocodeResourceManager resourceManager
)

Parameters

resourceManager
Resource manager to check.

Return Value

Whether the passed-in resource manager has non-pooled resources.

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.