StreamLink for Silverlight
RecordUpdated Method (subscription, ev)
StreamLink for SilverlightCaplin.StreamLink.Subscription.RecordIRecordSubscriptionListenerRecordUpdated(ISubscription, IRecordEvent)
Called when an update to type 1 data in a record is received from the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
void RecordUpdated(
	ISubscription subscription,
	IRecordEvent ev
)
Sub RecordUpdated ( _
	subscription As ISubscription, _
	ev As IRecordEvent _
)
void RecordUpdated(
	ISubscription^ subscription, 
	IRecordEvent^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IRecordEvent)
The event. This contains the updated data.
Remarks
A type data has only one level of fields under the main container (in contrast to type 2 and type 3 data, which have multiple levels of fields).

Note: StreamLink queues events in the order they were raised and passes each event in turn to an appropriate callback method of the relevant listener. All listener callbacks execute in the same dedicated worker thread, so while this callback method is running no other callbacks will be invoked.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.16.0 (5.0.16.0)