C# 클래스 WorldDomination.Raven.Client.Listeners.NoStaleQueriesListener

Forces all document session queryies to wait for non stale results. WARNING: This should not be used in production - it's designed for use with unit/integration tests.
상속: IDocumentQueryListener
파일 보기 프로젝트 열기: PureKrome/WorldDomination.RavenDb

공개 메소드들

메소드 설명
BeforeQueryExecuted ( IDocumentQueryCustomization queryCustomization ) : void

Allow to customize a query globally.

메소드 상세

BeforeQueryExecuted() 공개 메소드

Allow to customize a query globally.
public BeforeQueryExecuted ( IDocumentQueryCustomization queryCustomization ) : void
queryCustomization IDocumentQueryCustomization Customize the document query.
리턴 void