TaskDone Class
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.
A special void 'Done' Task that is already in the RunToCompletion state. Equivalent to Task.FromResult(1).
public static class TaskDone
type TaskDone = class
Public Class TaskDone
- Inheritance
-
TaskDone
Properties
Done |
Obsolete.
A special 'Done' Task that is already in the RunToCompletion state |