C# Class RavenFS.Storage.TransactionalStorage

Inheritance: System.Runtime.ConstrainedExecution.CriticalFinalizerObject, IDisposable
Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Initialize ( ) : bool
TransactionalStorage ( string path, NameValueCollection settings ) : System

Private Methods

Méthode Description
Batch ( Action action ) : void
EnsureDatabaseIsCreatedAndAttachToDatabase ( ) : bool
ExecuteBatch ( Action action ) : void
SetIdFromDb ( ) : void
TransactionalStorage ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

TransactionalStorage() public méthode

public TransactionalStorage ( string path, NameValueCollection settings ) : System
path string
settings System.Collections.Specialized.NameValueCollection
Résultat System