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.
Exibir arquivo Open project: sergeyshushlyapin/Sitecore.FakeDb

Public Methods

Method Description
Process ( PipelineArgs args ) : void

Disables the LicenseWatcher.

Method Details

Process() public method

Disables the LicenseWatcher.
public Process ( PipelineArgs args ) : void
args PipelineArgs The arguments.
return void