Indicates whether the specified server object is pooled.
Syntax
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) |
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