Decorates and routes configuration univalued variable reading requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete reading handling, to the method OnGetUnivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
Name Description
GetUnivaluedVariable(string) Decorates and routes configuration univalued variable reading requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete reading handling, to the method OnGetUnivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
GetUnivaluedVariable(string, string) Decorates and routes configuration univalued variable reading requests, to the underlying channel or media.

This inversion of control method is responsible of the delegation of the concrete reading handling, to the method OnGetUnivaluedVariable(string,string) implemented by the subclasses of PersistenceStrategy.