genkijo
Hi,
Is it possible to retrieve the whole table of subscribed items and their field values from lightstreamer server whenever one of the items is updated (i.e onItemUpdate.. probably?!)??
e.g. there are item A, B, C
When item A is updated, and I want to get the all items (including A, B, C) values from lightstreamer server.
Many Thanks.
Josephine
Dario Crivelli
Do you mean getting the current state of items different from the one being updated?
In general, synchronous requests for the current state of an item are not available.
You should keep your own cache for each item you are interested in, updating it in onItemUpdate.