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));
        }