C# 클래스 Raven.Munin.StreamsPool.DisposableAction

A helper class that translate between Disposable and Action
상속: IDisposable
파일 보기 프로젝트 열기: ravendb/raven.munin

공개 메소드들

메소드 설명
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