C# Класс Raven.Munin.StreamsPool.DisposableAction

A helper class that translate between Disposable and Action
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
DisposableAction ( System.Action action ) : System

Initializes a new instance of the DisposableAction class.

Dispose ( ) : void

Execute the relevant actions

Описание методов

DisposableAction() публичный Метод

Initializes a new instance of the DisposableAction class.
public DisposableAction ( System.Action action ) : System
action System.Action The action.
Результат System

Dispose() публичный Метод

Execute the relevant actions
public Dispose ( ) : void
Результат void