AccidentalFish.ApplicationSupport.Core.Email.Implementation.EmailQueueDispatcher.EmailQueueDispatcher C# (CSharp) Метод

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

public EmailQueueDispatcher ( IApplicationResourceFactory applicationResourceFactory, ICoreAssemblyLogger logger ) : System.Collections.Generic
applicationResourceFactory IApplicationResourceFactory
logger ICoreAssemblyLogger
Результат System.Collections.Generic
        public EmailQueueDispatcher(IApplicationResourceFactory applicationResourceFactory, ICoreAssemblyLogger logger)
        {
            _queue = applicationResourceFactory.GetAsyncQueue<EmailQueueItem>(ComponentIdentity);
            _logger = logger;
        }