DataSource.NET
CreateGenericMessage Method (subject)
NamespacesCaplin.DataSource.MessagingIMessageFactoryCreateGenericMessage(String)
Creates a Generic message to which Generic structured data can be added.
Declaration Syntax
C#Visual BasicVisual C++
IGenericMessage CreateGenericMessage(
	string subject
)
Function CreateGenericMessage ( _
	subject As String _
) As IGenericMessage
IGenericMessage^ CreateGenericMessage(
	String^ subject
)
Parameters
subject (String)
The subject of the Message.
Return Value
A new Generic message.
Remarks

Generic messages can be used without specifying field mappings in a separate adapter configuration file. This may be useful when receiving updates from a provider which supplies a variable or unknown number of fields.

The returned message contains no data. To populate the message with data, use the appropriate methods of IGenericMessage.

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