Click or drag to resize
TakeListenerOnTake 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 OnTake(
	TakeEvent eve
)

Parameters

eve
Type: Com.Tibco.As.Space.EventTakeEvent
Take Event
See Also