Click or drag to resize
PutEvent Interface
Contains members and methods specific to put event.

Namespace: Com.Tibco.As.Space.Event
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public interface PutEvent : SpaceEvent

The PutEvent type exposes the following members.

Properties
  NameDescription
Public propertyHasOldTuple
Return true if the tuple was inserted (did not overwrite an existing tuple) or false it it was updated (did overwrite an existing tuple)
Public propertyOldTuple
Return the overwritten tuple if it existed before the put event
Public propertySpaceName
Return the space name the event belongs to
(Inherited from SpaceEvent.)
Public propertyTuple
Return the modified Tuple due to the space operation such as put, take, lock, unlock or expire.
(Inherited from SpaceEvent.)
Public propertyType
Return the event type that caused the callback.
(Inherited from SpaceEvent.)
Top
See Also