Lightstreamer .Net Adapter 1.11.0
ContentsIndexHome
PreviousUpNext
IIndexedItemEvent Interface

Provides to the Data Adapter an alternative interface for creating Item Events in order to send updates to Lightstreamer Kernel. In this event, a name-index association is defined for all fields. These indexes will also be used to iterate through all the fields. Some indexes may not be associated to fields in the event, but the number of such holes should be small. The name-index associations are local to the event and may be different even across events belonging to the same Item. Using this kind of events allows a particularly efficient management of events that belong to Items requested in RAW, DISTINCT or COMMAND Mode. All implementation methods should be nonblocking.

C++
public: __interface IIndexedItemEvent;
C#
public interface IIndexedItemEvent;
Visual Basic
Public Interface IIndexedItemEvent