C# 클래스 BitSharp.Esent.EsentStorageModule

상속: Ninject.Modules.NinjectModule
파일 보기 프로젝트 열기: pmlyon/BitSharp

공개 메소드들

메소드 설명
EsentStorageModule ( string baseDirectory, ChainType rulesType, long cacheSizeMinBytes = null, long cacheSizeMaxBytes = null, string blockTxesStorageLocations = null ) : BitSharp.Core.Rules
Load ( ) : void

메소드 상세

EsentStorageModule() 공개 메소드

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
리턴 BitSharp.Core.Rules

Load() 공개 메소드

public Load ( ) : void
리턴 void