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

BloomServer() public method

public BloomServer ( CollectionSettings collectionSettings, BookCollection booksInProjectLibrary, SourceCollectionsList sourceCollectionsesList, BookThumbNailer thumbNailer ) : System.Collections.Generic
collectionSettings Bloom.Collection.CollectionSettings
booksInProjectLibrary Bloom.Collection.BookCollection
sourceCollectionsesList SourceCollectionsList
thumbNailer BookThumbNailer
return System.Collections.Generic
        public BloomServer(CollectionSettings collectionSettings, BookCollection booksInProjectLibrary,
						   SourceCollectionsList sourceCollectionsesList, BookThumbNailer thumbNailer)
            : base(new RuntimeImageProcessor(new BookRenamedEvent()), thumbNailer)
        {
            _collectionSettings = collectionSettings;
            _booksInProjectLibrary = booksInProjectLibrary;
            _sourceCollectionsesList = sourceCollectionsesList;
        }