Lightstreamer Silverlight Client 1.4.2
|
Notification of an update of the values for an item in the table. Field value information is supplied through a suitable value object; as such, the value object can be stored and inquired in a different thread, if needed.
void OnUpdate(int itemPos, string itemName, IUpdateInfo update);
void OnUpdate(int itemPos, string itemName, IUpdateInfo update);
Function OnUpdate(itemPos As Integer, itemName As string, update As IUpdateInfo) As void
Parameters |
Description |
int itemPos |
1-based index of the item in the involved table or subscription list. |
string itemName |
Name of the changed item, or null if a SimpleTableInfo was used to describe the table. |
IUpdateInfo update |
Value object which contains field value information. |