TplExtensions.TrueTask Field

Definition

A completed task with a true result.

public: static initonly System::Threading::Tasks::Task<bool> ^ TrueTask;
public static readonly System.Threading.Tasks.Task<bool> TrueTask;
 staticval mutable TrueTask : System.Threading.Tasks.Task<bool>
Public ReadOnly TrueTask As Task(Of Boolean) 

Field Value

Applies to