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