Spring GemFire 1.0.1 API Reference

KeyInterest Class

Basic holder class for registering a keys based interest in cached data.

For a list of all members of this type, see KeyInterest Members .

System.Object
   AllKeysInterest
      KeyInterest

[Visual Basic]
Public Class KeyInterest
    Inherits AllKeysInterest
    Implements IInitializingObject
[C#]
public class KeyInterest : AllKeysInterest, IInitializingObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Spring.Data.GemFire

Assembly: Spring.Data.GemFire (in Spring.Data.GemFire.dll)

See Also

KeyInterest Members | Spring.Data.GemFire Namespace