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 _
)
[C#]
KeyInterest(
   ICacheableKey[] keys,
   InterestResultPolicy policy
);

Parameters

keys
The keys.
policy
The policy.

See Also

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