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

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

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