TplExtensions.CompletedTask Field
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 instead.
A singleton completed task.
public: static initonly System::Threading::Tasks::Task ^ CompletedTask;
public static readonly System.Threading.Tasks.Task CompletedTask;
[System.Obsolete("Use Task.CompletedTask instead.")]
public static readonly System.Threading.Tasks.Task CompletedTask;
staticval mutable CompletedTask : System.Threading.Tasks.Task
[<System.Obsolete("Use Task.CompletedTask instead.")>]
staticval mutable CompletedTask : System.Threading.Tasks.Task
Public ReadOnly CompletedTask As Task
Field Value
- Attributes