Show / Hide Table of Contents

Class TaskCache

Inheritance
System.Object
TaskCache
Namespace: Volo.Abp.Threading
Assembly: Volo.Abp.Core.dll
Syntax
public static class TaskCache : object

Properties

FalseResult

Declaration
public static Task<bool> FalseResult { get; }
Property Value
Type Description
Task<System.Boolean>

TrueResult

Declaration
public static Task<bool> TrueResult { get; }
Property Value
Type Description
Task<System.Boolean>
Back to top Powered by Volosoft