TplExtensions.FalseTask Field
A completed task with a false result.
Namespace: Microsoft.VisualStudio.Threading
Assembly: Microsoft.VisualStudio.Threading (in Microsoft.VisualStudio.Threading.dll)
Syntax
'Declaration
Public Shared ReadOnly FalseTask As Task(Of Boolean)
public static readonly Task<bool> FalseTask
public:
static initonly Task<bool>^ FalseTask
static val FalseTask: Task<bool>
public static final var FalseTask : Task<boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.