Decorates and routes configuration variable names extraction requests, to the underlying channel or media.
This inversion of control method is responsible of the delegation of the concrete extraction handling, to the method
OnGetVariableNames
implemented by the subclasses of
PersistenceStrategy.
Name
|
Description
|
GetVariableNames()
|
Decorates and routes configuration variable names extraction requests, to the underlying channel or media.
This inversion of control method is responsible of the delegation of the concrete extraction handling, to the method OnGetVariableNames
implemented by the subclasses of PersistenceStrategy.
|
GetVariableNames(string)
|
Decorates and routes configuration variable names extraction requests, to the underlying channel or media.
This inversion of control method is responsible of the delegation of the concrete extraction handling, to the method OnGetVariableNames(string)
implemented by the subclasses of PersistenceStrategy.
|