Decorates and routes configuration multivalued 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 OnGetMultivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
Name Description
GetMultivaluedVariable(string) Decorates and routes configuration multivalued 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 OnGetMultivaluedVariable(string) implemented by the subclasses of PersistenceStrategy.
GetMultivaluedVariable(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 OnGetMultivaluedVariable(string,string) implemented by the subclasses of PersistenceStrategy.