DataSource.NET
CreateSimplePublisher Method (nameSpace)
NamespacesCaplin.DataSourceDataSourceCreateSimplePublisher(INamespace)
Creates a simple publisher for the specified namespace.
Declaration Syntax
C#Visual BasicVisual C++
public ISimplePublisher CreateSimplePublisher(
	INamespace nameSpace
)
Public Function CreateSimplePublisher ( _
	nameSpace As INamespace _
) As ISimplePublisher
public:
virtual ISimplePublisher^ CreateSimplePublisher(
	INamespace^ nameSpace
) sealed
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)