You say
I'm using the class provides in C# in the sample project for MetaDataProvider
, then you say
my class is getting initialized
and this makes me confused.
I need more information on your context.
I assume that:
- your test is based on the HelloWorld example (as the Adapter name is PROXY_HELLOWORLD)
- in particular, you refer to the HelloWorld for .NET case;
in that example, the Data Adapter is a Remote Adapter, while the Metadata Adapter is an in-process java Adapter (i.e. the supplied com.lightstreamer.adapters.metadata.LiteralBasedProvider)
- you need to use a Remote Adapter written in C# also as the Metadata Adapter
- you are using the supplied
DOCS-SDKs\sdk_adapter_dotnet\examples\DotNetStockListDemo\src_metadata_adapter\LiteralBasedProvider.cs source code as a reference for coding your Metadata Adapter
May you please confirm?
Which is exactly the problem? Is it that the client page does not work at all, or is it that you see the client page pushing but can't see the invocations of the methods on your Metadata Adapter?