DataSource.NET
CreateContainerMessage Method (subject)
NamespacesCaplin.DataSource.MessagingIMessageFactoryCreateContainerMessage(String)
Create a message that defines a container. The name of the container is the given subject.
Declaration Syntax
C#Visual BasicVisual C++
IContainerMessage CreateContainerMessage(
	string subject
)
Function CreateContainerMessage ( _
	subject As String _
) As IContainerMessage
IContainerMessage^ CreateContainerMessage(
	String^ subject
)
Parameters
subject (String)
The subject defining the name of the container.
Return Value
A message defining the container.

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