get_provider
Description:
public Provider get_provider (
string provider_name)
Loads the provider identified by provider_name.
Parameters:
| this |
the Manager.
|
| provider_name |
the name of the provider.
|
Returns:
|
an Provider, which must be free'd with
unref when no longer required.
|