DataSource.NET
CreateSimplePublisher Method (nameSpace)
NamespacesCaplin.DataSourceIDataSourceCreateSimplePublisher(INamespace)
Creates a simple publisher for the specified namespace.
Declaration Syntax
C#Visual BasicVisual C++
ISimplePublisher CreateSimplePublisher(
	INamespace nameSpace
)
Function CreateSimplePublisher ( _
	nameSpace As INamespace _
) As ISimplePublisher
ISimplePublisher^ CreateSimplePublisher(
	INamespace^ nameSpace
)
Parameters
nameSpace (INamespace)
The namespace (see remarks).
Return Value
A simple publisher for the supplied namespace.
Remarks

An ISimplePublisher publishes updates that are for subjects within the specified INamespace, to all peers that have subscribed to those subjects. Because it does not maintain a cache, this publisher passes all requests and discards for such subjects on to the IDataProvider.

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