PersistenceStore Property

Glimpse API

IResourceContext PersistenceStore Property Glimpse API Documentation
Gets the read only persistence store so that historical requests can be accessed.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

IReadOnlyPersistenceStore PersistenceStore { get; }
IReadOnlyPersistenceStore PersistenceStore { get; }

Field Value

The persistence store.
See Also