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 use Task for the buffering variable. Not specifying the type means that the operation is not expected to return any result.
Task