DataSource.NET
RecordType3Updated Method (subscription, peer, update)
NamespacesCaplin.DataSource.SubscriptionBaseSubscriptionListenerRecordType3Updated(ISubscription, IPeer, IRecordType3Message)
Called when an update to type3 data in a record is received.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void RecordType3Updated(
	ISubscription subscription,
	IPeer peer,
	IRecordType3Message update
)
Public Overridable Sub RecordType3Updated ( _
	subscription As ISubscription, _
	peer As IPeer, _
	update As IRecordType3Message _
)
public:
virtual void RecordType3Updated(
	ISubscription^ subscription, 
	IPeer^ peer, 
	IRecordType3Message^ update
)
Parameters
subscription (ISubscription)
The subscription for which the update occurred.
peer (IPeer)
The DataSource peer supplying the update.
update (IRecordType3Message)
The record update.
Remarks

You should override this method if you have derived your ISubscriptionListener implementation from BaseSubscriptionListener and want to handle type 3 record updates.

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