StreamLink for Silverlight
RecordType3Updated Method (subscription, ev)
StreamLink for SilverlightCaplin.StreamLink.Subscription.RecordIRecordSubscriptionListenerRecordType3Updated(ISubscription, IRecordType3Event)
Called when an update to type 3 data in a record is received from the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
void RecordType3Updated(
	ISubscription subscription,
	IRecordType3Event ev
)
Sub RecordType3Updated ( _
	subscription As ISubscription, _
	ev As IRecordType3Event _
)
void RecordType3Updated(
	ISubscription^ subscription, 
	IRecordType3Event^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IRecordType3Event)
The event. This contains the updated data.
Remarks
For information on accessing the data see the IRecordType3Event interface.

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.22.0 (5.0.22.0)