DataSource.NET
RecordType2Updated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionISubscriptionListenerRecordType2Updated(ISubscription, IPeer, IRecordType2Message)
Called when an update to type 2 data in a record is received.
Declaration Syntax
C#Visual BasicVisual C++
void RecordType2Updated(
	ISubscription subscription,
	IPeer peer,
	IRecordType2Message update
)
Sub RecordType2Updated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IRecordType2Message _
)
void RecordType2Updated(
	ISubscription^ subscription, 
	IPeer^ peer, 
	IRecordType2Message^ update
)
Parameters
subscription (ISubscription)
The subscription for which the update occurred.
peer (IPeer)
The DataSource peer supplying the update.
update (IRecordType2Message)
The record update.

Assembly: DataSource.NET (Module: DataSource.NET) Version: 6.2.6.2123 (6.2.6.2123)