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: 2.7.0.0
Syntax
| C# |
|---|
public void ReadyForEvents() |
| Visual Basic (Declaration) |
|---|
Public Sub ReadyForEvents |
| Visual C++ |
|---|
public: void ReadyForEvents () |
Remarks
This method should only be called for durable clients and
with a cache server version 5.5 onwards.
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalStateException | if there was a problem sending the message to the server. |
See Also
Cache Class
GemStone.GemFire.Cache Namespace