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

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