Method Configure
Configure<T>()
Configure the store as specified by the template parameter.
Declaration
public T Configure<T>() where T : IStoreConfiguration
Returns
Type | Description |
---|---|
T | The store configuration as an object. |
Type Parameters
Name | Description |
---|---|
T | Implementation of |