Show / Hide Table of Contents

Class WebAssemblyCachedApplicationConfigurationClient

Inheritance
System.Object
WebAssemblyCachedApplicationConfigurationClient
Implements
ICachedApplicationConfigurationClient
IAsyncInitialize
ITransientDependency
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

ICachedApplicationConfigurationClient
IAsyncInitialize
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft