IDataStore Interface

Glimpse API

IDataStore Interface Glimpse API Documentation
Definition for a data store that can be implemented as a storage strategy. This could be used to store request data in memory, to disk or any other source.

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

Syntax

public interface IDataStore
public interface IDataStore
Remarks

In the case of storing requests to disk, it would mean that the system would still work in a multi server environment (i.e. a web farm).
See Also