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 OnTake(
	TakeEvent eve
)
Visual Basic
Sub OnTake ( 
	eve As TakeEvent
)
Visual C++
void OnTake(
	TakeEvent^ eve
)
F#
abstract OnTake : 
        eve : TakeEvent -> unit 

Parameters

eve
Type: Com.Tibco.As.Space.Event..::..TakeEvent
Take Event

See Also