C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
Process ( PipelineArgs args ) : void

Disables the LicenseWatcher.

Описание методов

Process() публичный Метод

Disables the LicenseWatcher.
public Process ( PipelineArgs args ) : void
args PipelineArgs The arguments.
Результат void