Hi,

RemoteListen API is not supported in .NET [1] [2].
If you need cache change notifications, consider Continuous Queries [3].

[1] https://issues.apache.org/jira/browse/IGNITE-1683
[2] https://issues.apache.org/jira/browse/IGNITE-1683
[3] https://apacheignite-net.readme.io/docs/continuous-queries

On Fri, Sep 8, 2017 at 7:31 AM, Shuvendu Das <
[email protected]> wrote:

> Hi,
>
> Is there code sample for RemoteListen Of events in .net version of apche
> ignite.The code sample is available for Java version not for java version
>
> ignite.events(ignite.cluster().forCacheNodes("cacheName")).remoteListen(null, 
> rmtLsnr,                                                                 
> EventType.EVT_CACHE_OBJECT_PUT,
>   EventType.EVT_CACHE_OBJECT_READ,
>   EventType.EVT_CACHE_OBJECT_REMOVED);
>
>
> What the equivalent piece of code in .net version.
>
> Regards
>
> Shuvendu
>

Reply via email to