Bloom.Api.EnhancedImageServer.EnhancedImageServer C# (CSharp) Method

EnhancedImageServer() private method

This is only used in a few special cases where we need one to pass as an argument but it won't be fully used.
private EnhancedImageServer ( BookSelection bookSelection ) : System
bookSelection Bloom.Book.BookSelection
return System
        internal EnhancedImageServer(BookSelection bookSelection)
            : this(new RuntimeImageProcessor(new BookRenamedEvent()), null, bookSelection)
        {
        }

Same methods

EnhancedImageServer::EnhancedImageServer ( RuntimeImageProcessor cache, BookThumbNailer thumbNailer, BookSelection bookSelection, BloomFileLocator fileLocator = null ) : System