I have a problem with my tasks. When I try to recive returned variable from my task I can\'t use a .Result property to get it. Here is my code:
var nextEleme
You should declare buffering variable as Task buffering = Task.Run(() => imageHashing(nextElement));
Task buffering = Task.Run(() => imageHashing(nextElement));