The xref:System.Threading.Tasks.Task class represents a single operation that does not return a value and that usually executes asynchronously. xref:System.Threading.Tasks.Task objects are one of the ...