C# Class 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.
Inheritance: IDocumentQueryListener
Show file Open project: PureKrome/WorldDomination.RavenDb

Public Methods

Method Description
BeforeQueryExecuted ( IDocumentQueryCustomization queryCustomization ) : void

Allow to customize a query globally.

Method Details

BeforeQueryExecuted() public method

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