C# Class Raven.Munin.StreamsPool.DisposableAction

A helper class that translate between Disposable and Action
Inheritance: IDisposable
Afficher le fichier Open project: ravendb/raven.munin

Méthodes publiques

Méthode Description
DisposableAction ( System.Action action ) : System

Initializes a new instance of the DisposableAction class.

Dispose ( ) : void

Execute the relevant actions

Method Details

DisposableAction() public méthode

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

Dispose() public méthode

Execute the relevant actions
public Dispose ( ) : void
Résultat void