Skip to main content

CachedDataStoreClientAsync Constructors

A cached data store provider that client applications can use to asynchronously work with the data source via WCF.
Name Parameters Description
CachedDataStoreClientAsync(Binding, EndpointAddress) binding, remoteAddress Initializes a new CachedDataStoreClient class instance with specified settings.
CachedDataStoreClientAsync(String) configName Initializes a new CachedDataStoreClient class instance according to the configuration information specified in the client application’s configuration file.
See Also