C# Class Raven.Munin.StreamsPool.DisposableAction

A helper class that translate between Disposable and Action
Inheritance: IDisposable
ファイルを表示 Open project: ravendb/raven.munin

Public Methods

Method Description
DisposableAction ( System.Action action ) : System

Initializes a new instance of the DisposableAction class.

Dispose ( ) : void

Execute the relevant actions

Method Details

DisposableAction() public method

Initializes a new instance of the DisposableAction class.
public DisposableAction ( System.Action action ) : System
action System.Action The action.
return System

Dispose() public method

Execute the relevant actions
public Dispose ( ) : void
return void