AccidentalFish.ApplicationSupport.Logging.QueueLogger.Implementation.ApplicationResourceFactoryExtensions.GetAsynchronousLoggerQueue C# (CSharp) 메소드

GetAsynchronousLoggerQueue() 공개 정적인 메소드

public static GetAsynchronousLoggerQueue ( this factory ) : IAsynchronousQueue
factory this
리턴 IAsynchronousQueue
        public static IAsynchronousQueue<LogQueueItem> GetAsynchronousLoggerQueue(this IApplicationResourceFactory factory)
        {
            return factory.GetAsyncQueue<LogQueueItem>(factory.Setting(ApplicationSupportComponentIdentity, "logger-queue"), ApplicationSupportComponentIdentity);
        }
        public static IQueue<LogQueueItem> GetLoggerQueue(this IApplicationResourceFactory factory)
ApplicationResourceFactoryExtensions