Allows the implementation of a store for parameters
Gets the value of the parameter named name.
public Task<String> GetValueAsync(name)
Current value of the parameter.
Name | Type | Summary |
---|---|---|
name | String | The name of the parameter to retrieve. |
Saves the parameter value to the repository.
public Task SaveValueAsync(name, value)
Name | Type | Summary |
---|---|---|
name | String | The name of the parameter to save. |
value | String | The value to be saved. |
In this document