Class WebAssemblyCachedApplicationConfigurationClient
Inheritance
System.Object
WebAssemblyCachedApplicationConfigurationClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Components.WebAssembly
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.dll
Syntax
public class WebAssemblyCachedApplicationConfigurationClient : ICachedApplicationConfigurationClient, IAsyncInitialize, ITransientDependency
Constructors
WebAssemblyCachedApplicationConfigurationClient(IHttpClientProxy<IAbpApplicationConfigurationAppService>, ApplicationConfigurationCache, ICurrentTenantAccessor)
Declaration
public WebAssemblyCachedApplicationConfigurationClient(IHttpClientProxy<IAbpApplicationConfigurationAppService> proxy, ApplicationConfigurationCache cache, ICurrentTenantAccessor currentTenantAccessor)
Parameters
| Type | Name | Description |
|---|---|---|
| IHttpClientProxy<IAbpApplicationConfigurationAppService> | proxy | |
| ApplicationConfigurationCache | cache | |
| ICurrentTenantAccessor | currentTenantAccessor |
Properties
Cache
Declaration
protected ApplicationConfigurationCache Cache { get; }
Property Value
| Type | Description |
|---|---|
| ApplicationConfigurationCache |
CurrentTenantAccessor
Declaration
protected ICurrentTenantAccessor CurrentTenantAccessor { get; }
Property Value
| Type | Description |
|---|---|
| ICurrentTenantAccessor |
Proxy
Declaration
protected IHttpClientProxy<IAbpApplicationConfigurationAppService> Proxy { get; }
Property Value
| Type | Description |
|---|---|
| IHttpClientProxy<IAbpApplicationConfigurationAppService> |
Methods
Get()
Declaration
public virtual ApplicationConfigurationDto Get()
Returns
| Type | Description |
|---|---|
| ApplicationConfigurationDto |
GetAsync()
Declaration
public virtual Task<ApplicationConfigurationDto> GetAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<ApplicationConfigurationDto> |
InitializeAsync()
Declaration
public virtual Task InitializeAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
IAsyncInitialize
ITransientDependency