TakeListenerOnTake Method |
Invoked whenever a tuple is removed from the Space.
Namespace: Com.Tibco.As.Space.ListenerAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxvoid OnTake(
TakeEvent eve
)
Sub OnTake (
eve As TakeEvent
)
void OnTake(
TakeEvent^ eve
)
abstract OnTake :
eve : TakeEvent -> unit
Parameters
- eve
- Type: Com.Tibco.As.Space.EventTakeEvent
Take Event
See Also