Whether the passed-in resource manager has non-pooled resources.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Shared Function HasNonPooledServices( _
ByVal resourceManager As ESRI.ArcGIS.ADF.Web.UI.WebControls.MapResourceManager _
) As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim resourceManager As ESRI.ArcGIS.ADF.Web.UI.WebControls.MapResourceManager
Dim value As Boolean
value = GISDataSourceLocal.HasNonPooledServices(resourceManager) |
C# | |
---|
public static bool HasNonPooledServices(
ESRI.ArcGIS.ADF.Web.UI.WebControls.MapResourceManager 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