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