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.
파일 보기 프로젝트 열기: sergeyshushlyapin/Sitecore.FakeDb

공개 메소드들

메소드 설명
Process ( PipelineArgs args ) : void

Disables the LicenseWatcher.

메소드 상세

Process() 공개 메소드

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