AccidentalFish.ApplicationSupport.Core.Components.Implementation.AsyncApplicationResourceSettingProvider.ServiceBusConnectionStringAsync C# (CSharp) Méthode

ServiceBusConnectionStringAsync() public méthode

public ServiceBusConnectionStringAsync ( IComponentIdentity componentIdentity ) : Task
componentIdentity IComponentIdentity
Résultat Task
        public Task<string> ServiceBusConnectionStringAsync(IComponentIdentity componentIdentity)
        {
            return _configuration.GetAsync(_nameProvider.ServiceBusConnectionString(componentIdentity));
        }