Got *(1)* to work - thank you! However, for *(2)*, I tried to implement a test Action delegate that writes the value of the entry in the console and I got an error stating: Argument 1: cannot convert from 'System.Action<int, IgniteTest.Associate>' to 'Apache.Ignite.Core.Cache.ICacheEntryFilter<int, IgniteTest.Associate>' This error occurred at line cache.Load(action, null) Am I going about this implementation the wrong way? If so, what would I need to do to correct this?
Updated files: Runs program; test Action delegate: Program.cs <http://apache-ignite-users.70518.x6.nabble.com/file/t3023/Program.cs> Inherits CacheStoreAdapter: OracleStore.cs <http://apache-ignite-users.70518.x6.nabble.com/file/t3023/OracleStore.cs> -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/