Invoked whenever a SpaceEntry is inserted/updated/overwritten in 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 OnPut(
PutEvent eve
)
Sub OnPut (
eve As PutEvent
)
void OnPut(
PutEvent^ eve
)
abstract OnPut :
eve : PutEvent -> unit
Parameters
- eve
- Type: Com.Tibco.As.Space.EventPutEvent
Put Event
See Also