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

Inheritance: ITransactionRecoveryStorageContext
ファイルを表示 Open project: robashton/ravendb

Public Methods

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

Method Details

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

IsolatedStorageTransactionRecoveryContext() public method

public IsolatedStorageTransactionRecoveryContext ( ) : System
return System

OpenRead() public method

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