C# Class Raven.Bundles.Expiration.ExpiredDocumentsCleaner

Inheritance: IStartupTask, IDisposable
Afficher le fichier Open project: robashton/ravendb

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

Execute ( DocumentDatabase database ) : void

Private Methods

Méthode Description
TimerCallback ( object state ) : void

Method Details

Dispose() public méthode

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

Execute() public méthode

public Execute ( DocumentDatabase database ) : void
database Raven.Database.DocumentDatabase
Résultat void