Click or drag to resize
PoolDestroy Method (Boolean)
Destroys this pool closing any connections it produced.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void Destroy(
	bool keepAlive
)

Parameters

keepAlive
Type: SystemBoolean
whether the server should keep the durable client's subscriptions alive for the timeout period
Exceptions
ExceptionCondition
IllegalStateException if the pool is still in use
See Also