C# Class Raven.Munin.StreamsPool

Inheritance: IDisposable
Mostra file Open project: ravendb/raven.munin Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
Dispose ( ) : void
StreamsPool ( Func createNewStream ) : System
Use ( Stream &stream ) : IDisposable

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

StreamsPool() public method

public StreamsPool ( Func createNewStream ) : System
createNewStream Func
return System

Use() public method

public Use ( Stream &stream ) : IDisposable
stream Stream
return IDisposable