AccidentalFish.ApplicationSupport.Core.Components.Implementation.AsyncApplicationResourceSettingProvider.SqlContextTypeAsync C# (CSharp) Метод

SqlContextTypeAsync() публичный Метод

public SqlContextTypeAsync ( IComponentIdentity componentIdentity ) : Task
componentIdentity IComponentIdentity
Результат Task
        public Task<string> SqlContextTypeAsync(IComponentIdentity componentIdentity)
        {
            return _configuration.GetAsync(_nameProvider.SqlContextType(componentIdentity));
        }