PersistenceStore Property

Glimpse API

ResourceContext PersistenceStore Property Glimpse API Documentation
Gets or sets 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

public IReadOnlyPersistenceStore PersistenceStore { get; set; }
public IReadOnlyPersistenceStore PersistenceStore { get; set; }

Field Value

The persistence store.

Implements

IResourceContext PersistenceStore
See Also