C# 클래스 Raven.Bundles.Expiration.ExpiredDocumentsCleaner

상속: IStartupTask, IDisposable
파일 보기 프로젝트 열기: robashton/ravendb

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Execute ( DocumentDatabase database ) : void

비공개 메소드들

메소드 설명
TimerCallback ( object state ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( DocumentDatabase database ) : void
database Raven.Database.DocumentDatabase
리턴 void