DataSource.NET
CreateCompatibilityPublisher Method (nameSpace, provider)
NamespacesCaplin.DataSourceIDataSourceCreateCompatibilityPublisher(INamespace, IDataProvider)
Creates a compatibility publisher for the specified namespace.
Declaration Syntax
C#Visual BasicVisual C++
ICompatibilityPublisher CreateCompatibilityPublisher(
	INamespace nameSpace,
	IDataProvider provider
)
Function CreateCompatibilityPublisher ( _
	nameSpace As INamespace, _
	provider As IDataProvider _
) As ICompatibilityPublisher
ICompatibilityPublisher^ CreateCompatibilityPublisher(
	INamespace^ nameSpace, 
	IDataProvider^ provider
)
Parameters
nameSpace (INamespace)
The namespace (see remarks).
provider (IDataProvider)
Your implementation of IDataProvider that the publisher will call.
Return Value
A compatibility for the supplied namespace.
Remarks

An ICompatibilityPublisher 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)