CacheReadyForEvents Method |
Send the client-ready message to the server for a durable client.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void ReadyForEvents()
Public Sub ReadyForEvents
public:
virtual void ReadyForEvents() sealed
abstract ReadyForEvents : unit -> unit
override ReadyForEvents : unit -> unit
Exceptions
Remarks
This method should only be called for durable clients and
with a cache server version 5.5 onwards.
See Also