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