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




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

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function HasNonPooledServices( _
   ByVal resourceManager As GeoprocessingResourceManager _
) As Boolean
Visual Basic (Usage)Copy Code
Dim resourceManager As GeoprocessingResourceManager
Dim value As Boolean
 
value = GISDataSourceLocal.HasNonPooledServices(resourceManager)
C# 
public static bool HasNonPooledServices( 
   GeoprocessingResourceManager resourceManager
)

Parameters

resourceManager
Resource manager to check.

Return Value

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

See Also

© 2010 All Rights Reserved.