Spring GemFire 1.0.1 API Reference

KeyInterest Constructor

Initializes a new instance of the KeyInterest class.

[Visual Basic]
Public Overloads Sub New( _
   ByVal keys As ICacheableKey, _
   ByVal policy As InterestResultPolicy, _
   ByVal durable As Boolean _
)
[C#]
KeyInterest(
   ICacheableKey[] keys,
   InterestResultPolicy policy,
   bool durable
);

Parameters

keys
The keys.
policy
The policy.
durable
if set to true register durable interest.

Remarks

The client can register any of its interest lists and continuous queries as durable. Durable interest remains even if the client disconnects for a period of time. During the client’s down time, the server maintains its durable subscriptions and then, when the client reconnects, plays them back to the client.

See Also

KeyInterest Class | Spring.Data.GemFire Namespace | KeyInterest Constructor Overload List