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

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

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