StreamLink.NET
RecordType3Updated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordSubscriptionListenerRecordType3Updated(ISubscription, IRecordType3Event)
Called when an update of type3 data 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.
Remarks
For information on accessing the data see the IRecordType3Event interface.
Thread Safety
Called directly from a thread running within the StreamLink.NET library. Therefore if the implementing class is likely to perform any sort of intense execution it is recommended that the API user executes this in a separate thread.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.5.0 (5.0.5.0)