C# Class Raven.Client.Document.DTC.LocalDirectoryTransactionRecoveryStorage

Inheritance: ITransactionRecoveryStorageContext, ITransactionRecoveryStorage
显示文件 Open project: robashton/ravendb

Public Methods

Method Description
Create ( ) : ITransactionRecoveryStorageContext
CreateFile ( string name, Action createFile ) : void
DeleteFile ( string name ) : void
Dispose ( ) : void
GetFileNames ( string filter ) : IEnumerable
LocalDirectoryTransactionRecoveryStorage ( string path ) : System
OpenRead ( string name ) : Stream

Method Details

Create() public method

public Create ( ) : ITransactionRecoveryStorageContext
return ITransactionRecoveryStorageContext

CreateFile() public method

public CreateFile ( string name, Action createFile ) : void
name string
createFile Action
return void

DeleteFile() public method

public DeleteFile ( string name ) : void
name string
return void

Dispose() public method

public Dispose ( ) : void
return void

GetFileNames() public method

public GetFileNames ( string filter ) : IEnumerable
filter string
return IEnumerable

LocalDirectoryTransactionRecoveryStorage() public method

public LocalDirectoryTransactionRecoveryStorage ( string path ) : System
path string
return System

OpenRead() public method

public OpenRead ( string name ) : Stream
name string
return Stream