C# Class BitSharp.Esent.EsentStorageModule

Inheritance: Ninject.Modules.NinjectModule
Show file Open project: pmlyon/BitSharp

Public Methods

Method Description
EsentStorageModule ( string baseDirectory, ChainType rulesType, long cacheSizeMinBytes = null, long cacheSizeMaxBytes = null, string blockTxesStorageLocations = null ) : BitSharp.Core.Rules
Load ( ) : void

Method Details

EsentStorageModule() public method

public EsentStorageModule ( string baseDirectory, ChainType rulesType, long cacheSizeMinBytes = null, long cacheSizeMaxBytes = null, string blockTxesStorageLocations = null ) : BitSharp.Core.Rules
baseDirectory string
rulesType ChainType
cacheSizeMinBytes long
cacheSizeMaxBytes long
blockTxesStorageLocations string
return BitSharp.Core.Rules

Load() public method

public Load ( ) : void
return void