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.2.0.015)

Syntax

C#
void OnEvict(
	EvictEvent eve
)
Visual Basic
Sub OnEvict ( 
	eve As EvictEvent
)
Visual C++
void OnEvict(
	EvictEvent^ eve
)
F#
abstract OnEvict : 
        eve : EvictEvent -> unit 

Parameters

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

See Also