PoolDestroy Method (Boolean) |
Destroys this pool closing any connections it produced.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void Destroy(
bool keepAlive
)
Public Sub Destroy (
keepAlive As Boolean
)
public:
void Destroy(
bool keepAlive
)
member Destroy :
keepAlive : bool -> unit
Parameters
- keepAlive
- Type: SystemBoolean
whether the server should keep the durable client's
subscriptions alive for the timeout period
Exceptions
See Also