EvictListenerOnEvict Method |
Invoked whenever a tuple is removed from the Space.
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxvoid OnEvict(
EvictEvent eve
)
Sub OnEvict (
eve As EvictEvent
)
void OnEvict(
EvictEvent^ eve
)
abstract OnEvict :
eve : EvictEvent -> unit
Parameters
- eve
- Type: Com.Tibco.As.Space.EventEvictEvent
Evict Event
See Also