Click or drag to resize
ICqStatusListener Interface

Note: This API is now obsolete.

Extension of CqListener. Adds two new methods to CqListener, one that is called when the cq is connected and one that is called when the cq is disconnected.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public interface ICqStatusListener : ICqListener

The ICqStatusListener type exposes the following members.

Methods
  NameDescription
Public methodClose
Called when the region containing this callback is destroyed, when the cache is closed.
(Inherited from ICqListener.)
Public methodOnCqConnected
Called when the cq establishes a connection with a server
Public methodOnCqDisconnected
Called when the cq loses connection with all servers.
Public methodOnError
Handles the event of an entry's value being modified in a region.
(Inherited from ICqListener.)
Public methodOnEvent
Handles the event of a new key being added to a region.
(Inherited from ICqListener.)
Top
See Also