CachedDataStoreService Constructors
The base class for WCF services providing access to data via cached data stores (objects implementing the ICachedDataStore interface).Name | Parameters | Description |
---|---|---|
CachedDataStoreService(ICachedDataStore) | provider | Initializes a new instance of the CachedDataStoreService class with a cached data store‘s element (Root or Node), which provides data for the service. |
See Also