DataSource.NET
MessageReceived Method (channel, recordMessage)
NamespacesCaplin.DataSource.ChannelIChannelListenerMessageReceived(IChannel, IRecordType1Message)
Callback that informs the IChannelListener that a StreamLink client has sent a message to the DataSource via a specified channel.
Declaration Syntax
C#Visual BasicVisual C++
void MessageReceived(
	IChannel channel,
	IRecordType1Message recordMessage
)
Sub MessageReceived ( _
	channel As IChannel, _
	recordMessage As IRecordType1Message _
)
void MessageReceived(
	IChannel^ channel, 
	IRecordType1Message^ recordMessage
)
Parameters
channel (IChannel)
The channel receiving the message.
recordMessage (IRecordType1Message)
A message containing fields that have been sent to the DataSource by the StreamLink client.

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