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

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

public ServiceBusConnectionString ( IComponentIdentity componentIdentity ) : string
componentIdentity IComponentIdentity
Результат string
        public string ServiceBusConnectionString(IComponentIdentity componentIdentity)
        {
            return _configuration[_nameProvider.ServiceBusConnectionString(componentIdentity)];
        }