Click or drag to resize
ICqStatusListenerTKey, TResult Interface
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.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public interface ICqStatusListener<TKey, TResult> : ICqListener<TKey, TResult>

Type Parameters

TKey
TResult

The ICqStatusListenerTKey, TResult type exposes the following members.

Methods
See Also