Click or drag to resize
Pool Properties

The Pool type exposes the following members.

Properties
  NameDescription
Public propertyDestroyed
Indicates whether this Pool has been destroyed.
Public propertyFreeConnectionTimeout
Returns the connection timeout of this pool.
Public propertyIdleTimeout
Get the Idle connection timeout for this pool.
Public propertyLoadConditioningInterval
Returns the load conditioning interval of this pool.
Public propertyLocators
Returns an unmodifiable list of locators this pool is using. Each locator is either one added explicitly when the pool was created or were discovered using the explicit locators.
Public propertyMaxConnections
Get the maximum connections for this pool.
Public propertyMinConnections
Get the minimum connections for this pool.
Public propertyMultiuserAuthentication
Public propertyName
Get the name of the pool
Public propertyPingInterval
Get the ping interval for this pool.
Public propertyPRSingleHopEnabled
Returns the true if a pr-single-hop is set to true on this pool.
Public propertyReadTimeout
Returns the read timeout of this pool.
Public propertyRetryAttempts
Get the retry attempts for this pool.
Public propertyServerGroup
Returns the server group of this pool.
Public propertyServers
Public propertySocketBufferSize
Returns the socket buffer size of this pool.
Public propertyStatisticInterval
Get the statistic interval for this pool.
Public propertySubscriptionAckInterval
Returns the subscription ack interval of this pool.
Public propertySubscriptionEnabled
Returns the true if a server-to-client subscriptions are enabled on this pool.
Public propertySubscriptionMessageTrackingTimeout
Returns the subscription message tracking timeout of this pool.
Public propertySubscriptionRedundancy
Returns the subscription redundancy level of this pool.
Public propertyThreadLocalConnections
Returns the true if ThreadLocalConnections are enabled on this pool.
Top
See Also