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.1.0.0 (2.1)

Syntax

C#
void OnEvict(
	EvictEvent eve
)
Visual Basic
Sub OnEvict ( _
	eve As EvictEvent _
)
Visual C++
void OnEvict(
	EvictEvent^ eve
)

Parameters

eve
Type: Com.Tibco.As.Space.Event..::..EvictEvent
Evict Event

See Also