Evict listener interface provides a method for being notified regarding entries that are evicted from a Space.
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
Syntax
C# |
---|
public interface EvictListener : Listener |
Visual Basic |
---|
Public Interface EvictListener Inherits Listener |
Visual C++ |
---|
public interface class EvictListener : Listener |
F# |
---|
type EvictListener = interface interface Listener end |