Class RemoteFeatureChecker
Inheritance
System.Object
RemoteFeatureChecker
Assembly: Volo.Abp.AspNetCore.Mvc.Client.dll
Syntax
public class RemoteFeatureChecker : FeatureCheckerBase
Constructors
RemoteFeatureChecker(ICachedApplicationConfigurationClient)
Declaration
public RemoteFeatureChecker(ICachedApplicationConfigurationClient configurationClient)
Parameters
Properties
ConfigurationClient
Declaration
protected ICachedApplicationConfigurationClient ConfigurationClient { get; }
Property Value
Methods
GetOrNullAsync(String)
Declaration
public override Task<string> GetOrNullAsync(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.String> |
|
Extension Methods