Hello Slava,
please try an modified version of https://github.com/apache/ignite/blob/master/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/CancellationTest.cs,<https://github.com/apache/ignite/blob/master/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Compute/CancellationTest.cs> change CancellationTest+Job.Execute method to: public int Execute() { while (CancelCount == 0) { Thread.Sleep(50); } return 1; } Thanks, Max
