Interface IFeatureStore
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public interface IFeatureStore
Methods
GetOrNullAsync(string, string?, string?)
Declaration
Task<string?> GetOrNullAsync(string name, string? providerName, string? providerKey)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | providerName | |
string | providerKey |
Returns
Type | Description |
---|---|
Task<string> |