StreamLink.NET
RecordType2Updated Method (subscription, ev)
StreamLink.NETCaplin.StreamLink.Subscription.RecordIRecordSubscriptionListenerRecordType2Updated(ISubscription, IRecordType2Event)
Called when an update to a type2 record is received from the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
void RecordType2Updated(
	ISubscription subscription,
	IRecordType2Event ev
)
Sub RecordType2Updated ( _
	subscription As ISubscription, _
	ev As IRecordType2Event _
)
void RecordType2Updated(
	ISubscription^ subscription, 
	IRecordType2Event^ ev
)
Parameters
subscription (ISubscription)
The subscription.
ev (IRecordType2Event)
The event.
Remarks
For information on accessing the data see the IRecordType2Event 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)