C# 클래스 RavenFS.Storage.TransactionalStorage

상속: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Initialize ( ) : bool
TransactionalStorage ( string path, NameValueCollection settings ) : System

비공개 메소드들

메소드 설명
Batch ( Action action ) : void
EnsureDatabaseIsCreatedAndAttachToDatabase ( ) : bool
ExecuteBatch ( Action action ) : void
SetIdFromDb ( ) : void
TransactionalStorage ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : bool
리턴 bool

TransactionalStorage() 공개 메소드

public TransactionalStorage ( string path, NameValueCollection settings ) : System
path string
settings System.Collections.Specialized.NameValueCollection
리턴 System