API Reference
Interface
IConfigurationProvider
Provides configuration values for TestimoConfiguration.
Methods
public abstract Void Load(String[] args = null) #Returns:
VoidLoads configuration values into TestimoConfiguration. Providers should be idempotent and ignore unknown arguments.
Parameters
- args System.String[] = null
- Optional arguments supplied by the host (provider-specific).