Click or drag to resize
CacheReadyForEvents Method
Send the client-ready message to the server for a durable client.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void ReadyForEvents()
Exceptions
ExceptionCondition
IllegalStateException if there was a problem sending the message to the server.
Remarks
This method should only be called for durable clients and with a cache server version 5.5 onwards.
See Also