Packagecom.lightstreamer.as_client.events
Classpublic class LostUpdatesEvent
InheritanceLostUpdatesEvent Inheritance TableItemEvent Inheritance TableEvent Inheritance flash.events.Event

Dispatched whenever one or more updates are suppressed in the Server because of internal memory limitations. The notification can be sent if the subscription mode is RAW or COMMAND. It can also be sent if the subscription mode is MERGE or DISTINCT and unfiltered dispatching has been requested. In all these cases, an update loss may be unacceptable for the client (in filtered COMMAND mode, this applies to "ADD" and "DELETE" events only).



Public Properties
 PropertyDefined By
 Inheriteditem : *
[read-only] The item name or item index which this event is related to.
TableItemEvent
  key : String
[read-only] Only effective when the related table behaves in "MultiMetapush logic".
LostUpdatesEvent
  lostUpdates : uint
[read-only] The number of lost updates.
LostUpdatesEvent
 Inheritedtable : Table
[read-only] The table which this event is related to.
TableEvent
Public Constants
 ConstantDefined By
  LOST_UPDATES : String = lostUpdates
[static] Define the value of the type property of a LostUpdates event object.
LostUpdatesEvent
Property Detail
keyproperty
key:String  [read-only]

Only effective when the related table behaves in "MultiMetapush logic". In this case, if the lost updates pertain to a second-level item, then this property is not null and contains the key on the first-level item to which the second level item is related.

Note that the item property still refers to the first-level item.


Implementation
    public function get key():String
lostUpdatesproperty 
lostUpdates:uint  [read-only]

The number of lost updates.


Implementation
    public function get lostUpdates():uint
Constant Detail
LOST_UPDATESConstant
public static const LOST_UPDATES:String = lostUpdates

Define the value of the type property of a LostUpdates event object.