ESRI.ArcGIS.ADF.Connection
IsServerObjectPooled(String,String) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Connection.AGS Namespace > AGSServerConnection Class > IsServerObjectPooled Method : IsServerObjectPooled(String,String) Method




serverObjectName
The name of the server object.
serverObjectType
The type of server object.
Indicates whether the specified server object is pooled.

Syntax

Visual Basic (Declaration) 
Public Overloads Function IsServerObjectPooled( _
   ByVal serverObjectName As String, _
   ByVal serverObjectType As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AGSServerConnection
Dim serverObjectName As String
Dim serverObjectType As String
Dim value As Boolean
 
value = instance.IsServerObjectPooled(serverObjectName, serverObjectType)
C# 
public bool IsServerObjectPooled( 
   string serverObjectName,
   string serverObjectType
)

Parameters

serverObjectName
The name of the server object.
serverObjectType
The type of server object.

Return Value

True if server object is pooled. False if it is not.

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.