TaskDone.Done Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Task.CompletedTask
A special 'Done' Task that is already in the RunToCompletion state
[System.Obsolete("Use Task.CompletedTask")]
public static System.Threading.Tasks.Task Done { get; }
[<System.Obsolete("Use Task.CompletedTask")>]
static member Done : System.Threading.Tasks.Task
Public Shared ReadOnly Property Done As Task
Property Value
- Attributes