CachedDataStoreClient Constructors
A cached data store provider (an ICachedDataStore implementation) for client applications transferring data via WCF.| Name | Parameters | Description |
|---|---|---|
| CachedDataStoreClient(Binding, EndpointAddress) | binding, remoteAddress | Initializes a new instance of the CachedDataStoreClient class with specified settings. |
| CachedDataStoreClient(String) | configName | Initializes a new instance of the CachedDataStoreClient class using the configuration information specified in the client application’s configuration file by confName. |
See Also