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.CacheAssembly: 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
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public Interface ICqStatusListener
Inherits ICqListener
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public interface class ICqStatusListener : ICqListener
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type ICqStatusListener =
interface
interface ICqListener
end
The ICqStatusListener type exposes the following members.
Methods
| Name | Description |
---|
 | Close |
Called when the region containing this callback is destroyed, when
the cache is closed.
(Inherited from ICqListener.) |
 | OnCqConnected |
Called when the cq establishes a connection with a server
|
 | OnCqDisconnected |
Called when the cq loses connection with all servers.
|
 | OnError |
Handles the event of an entry's value being modified in a region.
(Inherited from ICqListener.) |
 | OnEvent |
Handles the event of a new key being added to a region.
(Inherited from ICqListener.) |
Top
See Also