Click or drag to resize
EvictListenerOnEvict Method
Invoked whenever a tuple is removed from the Space.

Namespace: Com.Tibco.As.Space.Listener
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
void OnEvict(
	EvictEvent eve
)

Parameters

eve
Type: Com.Tibco.As.Space.EventEvictEvent
Evict Event
See Also