DataSource.NET
CreateActivePublisher Method (nameSpace, provider)
NamespacesCaplin.DataSourceDataSourceCreateActivePublisher(INamespace, IDataProvider)
Creates a multiple request single discard publisher for the specified namespace.
Declaration Syntax
C#Visual BasicVisual C++
public IActivePublisher CreateActivePublisher(
	INamespace nameSpace,
	IDataProvider provider
)
Public Function CreateActivePublisher ( _
	nameSpace As INamespace, _
	provider As IDataProvider _
) As IActivePublisher
public:
virtual IActivePublisher^ CreateActivePublisher(
	INamespace^ nameSpace, 
	IDataProvider^ provider
) sealed
Parameters
nameSpace (INamespace)
The namespace (see remarks).
provider (IDataProvider)
Your implementation of IDataProvider that the publisher will call.
Return Value
A multiple request single discard publisher for the supplied namespace.
Remarks
An IMultipleRequestSingleDiscardPublisher 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: 6.2.6.2123 (6.2.6.2123)