C# Class Sitecore.FakeDb.Pipelines.Initialize.DisableLicenseWatcher

This processor disables the LicenseWatcher creating it in advance before the default one and calling the 'Dispose()' method. That is required to stop the 'worker' process which may run forever in some test runners preventing them from completing.
Afficher le fichier Open project: sergeyshushlyapin/Sitecore.FakeDb

Méthodes publiques

Méthode Description
Process ( PipelineArgs args ) : void

Disables the LicenseWatcher.

Method Details

Process() public méthode

Disables the LicenseWatcher.
public Process ( PipelineArgs args ) : void
args PipelineArgs The arguments.
Résultat void